Skip to content

Commit 84840e8

Browse files
committed
Gruntfile.js: fix style.
1 parent a3fb772 commit 84840e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ module.exports = function(grunt) {
7676
options: {
7777
client: true,
7878
compileDebug: false,
79-
processName: function(str) { return str.match(/^test\/fixtures\/(.*)\.pug$/)[1]; },
79+
processName: function(str) {
80+
return str.match(/^test\/fixtures\/(.*)\.pug$/)[1];
81+
},
8082
data: {
8183
test: true,
8284
year: '<%= grunt.template.today("yyyy") %>'

0 commit comments

Comments
 (0)