Skip to content

Commit f7727ff

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gruntfile.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ grunt.initConfig( {
227227
options: {
228228
puppeteer: {
229229
ignoreDefaultArgs: true,
230-
args: [
231-
"--headless",
232-
"--disable-web-security",
233-
"--allow-file-access-from-files"
234-
]
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)