Skip to content

Commit

Permalink
Update runtime/src/swam/runtime/import_generator/ImportGenerator.scala
Browse files Browse the repository at this point in the history
Co-Authored-By: Lucas Satabin <lucas.satabin@gnieh.org>
  • Loading branch information
Jacarte and satabin committed Mar 6, 2020
1 parent e3cd1e7 commit 95e6882
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ class ImportGenerator() {
if (t.length == 1)
getScalaType(t.last)
else
s"(${t.map(getScalaType).mkString(",")})"
t.map(getScalaType(_).mkString("(", ",", ")")
}
}

Expand Down

0 comments on commit 95e6882

Please sign in to comment.