💄 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

@@ -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