Skip to content

Commit 8958794

Browse files
committed
Fixed standard
1 parent c360100 commit 8958794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
function build (schema) {
4-
/*eslint no-new-func: "off"*/
4+
/* eslint no-new-func: "off" */
55
var code = `
66
'use strict'
77
`

0 commit comments

Comments
 (0)