From 797984f173ea3f37e911669f60836ec6473d9303 Mon Sep 17 00:00:00 2001 From: Sheel Choksi and Tim Jarratt Date: Fri, 25 Oct 2013 10:57:43 -0700 Subject: [PATCH] Add newlines to end of files --- Gemfile | 2 +- grunt/config/concat.js | 2 +- grunt/config/jshint.js | 2 +- release_notes/20rc1.md | 2 +- spec/core/AnySpec.js | 2 +- spec/core/ObjectContainingSpec.js | 2 +- spec/core/ReportDispatcherSpec.js | 2 +- spec/html/HtmlSpecFilterSpec.js | 2 +- spec/html/QueryStringSpec.js | 2 +- spec/html/ResultsNodeSpec.js | 2 +- src/core/Any.js | 2 +- src/core/Timer.js | 2 +- src/html/ResultsNode.js | 2 +- src/html/requireHtml.js | 2 +- src/version.js | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) 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 +};