Skip to content

Commit 9791c0b

Browse files
authored
fix spacing
1 parent bbb9f38 commit 9791c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/JsonpMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class JsonpMainTemplatePlugin {
196196
"}"
197197
]),
198198
"};",
199-
"script.onerror = script.onload = onScriptComplete;"
199+
"script.onerror = script.onload = onScriptComplete;"
200200
]);
201201
}
202202
);

0 commit comments

Comments
 (0)