diff --git a/Gemfile b/Gemfile index f4b4144f..55e8b317 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gemspec gem "jasmine_selenium_runner", :git => 'https://github.com/jasmine/jasmine_selenium_runner.git' -gem "anchorman" \ No newline at end of file +gem "anchorman" diff --git a/grunt/config/concat.js b/grunt/config/concat.js index 4fb0bae3..78e14693 100644 --- a/grunt/config/concat.js +++ b/grunt/config/concat.js @@ -54,4 +54,4 @@ module.exports = { } } } -}; \ No newline at end of file +}; diff --git a/grunt/config/jshint.js b/grunt/config/jshint.js index e7223c4f..0a549550 100644 --- a/grunt/config/jshint.js +++ b/grunt/config/jshint.js @@ -14,4 +14,4 @@ module.exports = { loopfunc: true }, all: ['src/**/*.js'] -}; \ No newline at end of file +}; diff --git a/release_notes/20rc1.md b/release_notes/20rc1.md index 477533e5..a4b7275a 100644 --- a/release_notes/20rc1.md +++ b/release_notes/20rc1.md @@ -135,4 +135,4 @@ _Release Notes generated with [Anchorman](http://github.com/infews/anchorman)_ [travis_jasmine]: http://travis-ci.org/jasmine [sauce]: http://saucelabs.com [node_suite]: https://github.com/pivotal/jasmine/blob/master/spec/node_suite.js -[intro]: http://pivotal.github.com/jasmine/ \ No newline at end of file +[intro]: http://pivotal.github.com/jasmine/ diff --git a/spec/core/AnySpec.js b/spec/core/AnySpec.js index cb965c1d..f4960f2c 100644 --- a/spec/core/AnySpec.js +++ b/spec/core/AnySpec.js @@ -42,4 +42,4 @@ describe("Any", function() { expect(any.jasmineToString()).toMatch('"; -}; \ No newline at end of file +};