Skip to content

Commit ea7e1b8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ grunt.initConfig( {
234234
]
235235
},
236236
inject: [
237-
require.resolve("grunt-contrib-qunit/chrome/bridge")
237+
require.resolve( "grunt-contrib-qunit/chrome/bridge" )
238238
],
239239
page: {
240240
viewportSize: { width: 700, height: 500 }

0 commit comments

Comments
 (0)