Skip to content

Commit cbc34ab

Browse files
committed
Lint fix
1 parent bc6b752 commit cbc34ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const functionMap = {
305305
debugger;
306306
},
307307

308-
noop: () => { },
308+
noop: () => {},
309309
};
310310

311311
/**

0 commit comments

Comments
 (0)