Skip to content

Commit c8463df

Browse files
committed
Removed stray semicolon.
1 parent 5da4f22 commit c8463df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/mrc_call_python_function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export const pythonFromBlock = function(
329329
if (block.outputConnection) {
330330
return [code, Order.FUNCTION_CALL];
331331
} else {
332-
return code; + '\n';
332+
return code + '\n';
333333
}
334334
};
335335

0 commit comments

Comments
 (0)