Skip to content

Commit 9a1e429

Browse files
authored
fixing lint
1 parent 3002bc2 commit 9a1e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebWorkerMainTemplatePlugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("WebWorkerMainTemplatePlugin", function() {
99
let env;
1010

1111
beforeEach(() => {
12-
env = {}
12+
env = {};
1313
});
1414

1515
it("has apply function", function() {

0 commit comments

Comments
 (0)