Skip to content

Commit 4e6f605

Browse files
committed
test: run standard --fix
1 parent c39f64c commit 4e6f605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function build () {
3737
function preinstall () {
3838
try {
3939
// try to load the prebuild
40-
const load = require("node-gyp-build/index.js")
40+
const load = require('node-gyp-build/index.js')
4141
load()
4242
} catch (err) {
4343
// report the error and fall to a build

0 commit comments

Comments
 (0)