Skip to content

Commit 2510ae7

Browse files
authored
fix missing space
1 parent 1cacc35 commit 2510ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7092,7 +7092,7 @@ export class Compiler extends DiagnosticEmitter {
70927092
let stmts = new Array<ExpressionRef>();
70937093
let sizeTypeRef = this.options.sizeTypeRef;
70947094

7095-
if (!allTrivial){
7095+
if (!allTrivial) {
70967096
let functionArgLocal = this.currentFlow.getTempLocal(this.options.usizeType);
70977097
let functionArgSetExpr = module.local_set(functionArgLocal.index, functionArg, true);
70987098
stmts.push(functionArgSetExpr);

0 commit comments

Comments
 (0)