Skip to content

Commit

Permalink
Trailing newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Sep 17, 2012
1 parent 9cf8193 commit 15fa50f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules node_modules
npm-debug.log npm-debug.log
tmp tmp
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Tim Branyen (http://tbranyen.com)
Tyler Kellen (http://goingslowly.com/) Tyler Kellen (http://goingslowly.com/)
Chris Talkington (http://christalkington.com/) Chris Talkington (http://christalkington.com/)
David Mosher (http://blog.davemo.com/) David Mosher (http://blog.davemo.com/)
Larry Davis (http://lazd.net/) Larry Davis (http://lazd.net/)
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ handlebars: {


* 2012/08/16 - v0.2.3 - Support for nested namespaces. * 2012/08/16 - v0.2.3 - Support for nested namespaces.
* 2012/08/12 - v0.2.2 - Escape single quotes in filenames. * 2012/08/12 - v0.2.2 - Escape single quotes in filenames.
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo. * 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ module.exports = function(grunt) {


// By default, lint and run all tests. // By default, lint and run all tests.
grunt.registerTask('default', 'lint test'); grunt.registerTask('default', 'lint test');
}; };
2 changes: 1 addition & 1 deletion test/handlebars_test.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ exports.handlebars = {


test.done(); test.done();
}, },
}; };

0 comments on commit 15fa50f

Please sign in to comment.