Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jun 10, 2013
1 parent ccc8e81 commit de60a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/coffeelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function(grunt) {
grunt.registerMultiTask('coffeelint', 'Validate files with CoffeeLint', function() {

var files = this.filesSrc;
var options = this.options()
var options = this.options();
var errorCount = 0;
var warnCount = 0;

Expand Down

0 comments on commit de60a8e

Please sign in to comment.