There was an error while loading. Please reload this page.
1 parent fa4e3ec commit 0185a87Copy full SHA for 0185a87
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