Skip to content

Commit 84a18fe

Browse files
committed
Fixed jslint whining
1 parent 992cbf2 commit 84a18fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/rev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
1919
grunt.log.verbose.write('Hashing ' + filepath + '...');
2020
hash.update(grunt.file.read(filepath));
2121
return hash.digest(encoding);
22-
};
22+
}
2323

2424
grunt.registerMultiTask('rev', 'Prefix static asset file names with a content hash', function() {
2525

0 commit comments

Comments
 (0)