There was an error while loading. Please reload this page.
2 parents 10bb05d + 0185a87 commit ed315dcCopy full SHA for ed315dc
node_translators/helper/arguments.js
@@ -7,7 +7,7 @@ function processElement(indent, ws, codegen) {
7
var str = '';
8
9
if (arg.type) { // type hint
10
- str += codegen(arg.type, indent);
+ str += codegen(arg.type, indent) + ws;
11
}
12
13
if (arg.byref) { // byref
0 commit comments