Skip to content

Commit 612a195

Browse files
committed
grunt.js: removed errant TAB
1 parent 3839670 commit 612a195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*jshint node:true */
22
module.exports = function( grunt ) {
33

4-
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
4+
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
55

66
grunt.initConfig({
77
lint: {

0 commit comments

Comments
 (0)