Skip to content

Commit 0185a87

Browse files
committed
It should use the ws var for whitespaces
1 parent fa4e3ec commit 0185a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_translators/helper/arguments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function processElement(indent, ws, codegen) {
77
var str = '';
88

99
if (arg.type) { // type hint
10-
str += codegen(arg.type, indent) + ' ';
10+
str += codegen(arg.type, indent) + ws;
1111
}
1212

1313
if (arg.byref) { // byref

0 commit comments

Comments
 (0)