Skip to content

Commit f92ff34

Browse files
committed
linting
1 parent 5447319 commit f92ff34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wasm/WasmModuleTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class WasmModuleTemplatePlugin {
5858
importsCode.push(`\n\t${JSON.stringify(pair[0])}: {${properties.join(",")}\n\t}`);
5959
}
6060
return importsCode.join(",");
61-
}
61+
};
6262
const source = new RawSource([
6363
"\"use strict\";",
6464
"",

0 commit comments

Comments
 (0)