Skip to content

Commit 596f3d3

Browse files
committed
fix mixed indentation
1 parent 2a75779 commit 596f3d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gruntfile.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = function(grunt) {
108108
'lib/**',
109109
'images/**',
110110
'plugin/**',
111-
'**.md'
111+
'**.md'
112112
]
113113
},
114114

@@ -131,9 +131,9 @@ module.exports = function(grunt) {
131131
html: {
132132
files: [ 'index.html']
133133
},
134-
markdown: {
135-
files: [ './*.md' ]
136-
}
134+
markdown: {
135+
files: [ './*.md' ]
136+
}
137137
}
138138

139139
});

0 commit comments

Comments
 (0)