💄 add trailing newlines

This commit is contained in:
Nathan Sobo
2013-02-19 10:02:09 -07:00
parent 7bdd51b456
commit 9cd6fda3e1
8 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`

View File

@@ -1 +1 @@
throw new Error("This package throws an exception")
throw new Error("This package throws an exception")

View File

@@ -6,4 +6,4 @@ module.exports =
@activationEventCallCount++
serialize: ->
previousData: 'overwritten'
previousData: 'overwritten'

View File

@@ -10,4 +10,4 @@ module.exports =
deactivate: ->
serialize: ->
{@someNumber}
{@someNumber}

View File

@@ -4,4 +4,4 @@ module.exports =
deactivate: ->
serialize: ->
throw new Error("I'm no good at this.")
throw new Error("I'm no good at this.")

View File

@@ -85,4 +85,4 @@ class AtomPackage extends Package
loadStylesheets: ->
stylesheetDirPath = fs.join(@path, 'stylesheets')
for stylesheetPath in fs.list(stylesheetDirPath)
requireStylesheet(stylesheetPath)
requireStylesheet(stylesheetPath)

View File

@@ -168,4 +168,4 @@ _.extend atom,
@sendMessageToBrowserProcess('update')
getUpdateStatus: (callback) ->
@sendMessageToBrowserProcess('getUpdateStatus', [], callback)
@sendMessageToBrowserProcess('getUpdateStatus', [], callback)

View File

@@ -50,4 +50,4 @@ class SortableList extends View
getSortableElement: (event) ->
el = $(event.target)
if !el.hasClass('sortable') then el.closest('.sortable') else el
if !el.hasClass('sortable') then el.closest('.sortable') else el