Skip to content

Commit 01617a7

Browse files
authored
Code style updates in Gruntfile.js
1 parent bd70a4b commit 01617a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gruntfile.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ grunt.initConfig( {
226226
} ),
227227
options: {
228228
puppeteer: {
229-
ignoreDefaultArgs: true,
230-
args: [
231-
"--headless",
232-
"--disable-web-security",
233-
"--allow-file-access-from-files"
234-
]
229+
ignoreDefaultArgs: true,
230+
args: [
231+
"--headless",
232+
"--disable-web-security",
233+
"--allow-file-access-from-files"
234+
]
235235
},
236236
inject: [
237237
require.resolve("grunt-contrib-qunit/chrome/bridge")

0 commit comments

Comments
 (0)