diff --git a/dot-atom/user.coffee b/dot-atom/user.coffee index 82a9bc82a..60880641d 100644 --- a/dot-atom/user.coffee +++ b/dot-atom/user.coffee @@ -1 +1 @@ -# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md` \ No newline at end of file +# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md` diff --git a/spec/fixtures/packages/package-that-throws-an-exception/index.coffee b/spec/fixtures/packages/package-that-throws-an-exception/index.coffee index 9e2c06779..a559d75dc 100644 --- a/spec/fixtures/packages/package-that-throws-an-exception/index.coffee +++ b/spec/fixtures/packages/package-that-throws-an-exception/index.coffee @@ -1 +1 @@ -throw new Error("This package throws an exception") \ No newline at end of file +throw new Error("This package throws an exception") diff --git a/spec/fixtures/packages/package-with-activation-events/main.coffee b/spec/fixtures/packages/package-with-activation-events/main.coffee index 9682242c7..a591812bd 100644 --- a/spec/fixtures/packages/package-with-activation-events/main.coffee +++ b/spec/fixtures/packages/package-with-activation-events/main.coffee @@ -6,4 +6,4 @@ module.exports = @activationEventCallCount++ serialize: -> - previousData: 'overwritten' \ No newline at end of file + previousData: 'overwritten' diff --git a/spec/fixtures/packages/package-with-module/index.coffee b/spec/fixtures/packages/package-with-module/index.coffee index b10d0b7af..84d5c12a1 100644 --- a/spec/fixtures/packages/package-with-module/index.coffee +++ b/spec/fixtures/packages/package-with-module/index.coffee @@ -10,4 +10,4 @@ module.exports = deactivate: -> serialize: -> - {@someNumber} \ No newline at end of file + {@someNumber} diff --git a/spec/fixtures/packages/package-with-serialize-error/index.coffee b/spec/fixtures/packages/package-with-serialize-error/index.coffee index c320111a2..6e6c455ea 100644 --- a/spec/fixtures/packages/package-with-serialize-error/index.coffee +++ b/spec/fixtures/packages/package-with-serialize-error/index.coffee @@ -4,4 +4,4 @@ module.exports = deactivate: -> serialize: -> - throw new Error("I'm no good at this.") \ No newline at end of file + throw new Error("I'm no good at this.") diff --git a/src/app/atom-package.coffee b/src/app/atom-package.coffee index d9971e9c5..4c3195b0e 100644 --- a/src/app/atom-package.coffee +++ b/src/app/atom-package.coffee @@ -85,4 +85,4 @@ class AtomPackage extends Package loadStylesheets: -> stylesheetDirPath = fs.join(@path, 'stylesheets') for stylesheetPath in fs.list(stylesheetDirPath) - requireStylesheet(stylesheetPath) \ No newline at end of file + requireStylesheet(stylesheetPath) diff --git a/src/app/atom.coffee b/src/app/atom.coffee index 524a6ce26..82f77ea5d 100644 --- a/src/app/atom.coffee +++ b/src/app/atom.coffee @@ -168,4 +168,4 @@ _.extend atom, @sendMessageToBrowserProcess('update') getUpdateStatus: (callback) -> - @sendMessageToBrowserProcess('getUpdateStatus', [], callback) \ No newline at end of file + @sendMessageToBrowserProcess('getUpdateStatus', [], callback) diff --git a/src/app/sortable-list.coffee b/src/app/sortable-list.coffee index a1c634d1e..08d727646 100644 --- a/src/app/sortable-list.coffee +++ b/src/app/sortable-list.coffee @@ -50,4 +50,4 @@ class SortableList extends View getSortableElement: (event) -> el = $(event.target) - if !el.hasClass('sortable') then el.closest('.sortable') else el \ No newline at end of file + if !el.hasClass('sortable') then el.closest('.sortable') else el