Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Sep 8, 2010
1 parent 598b2a8 commit 76b6f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sproutcore/helpers/entry_sorter.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def sort(entries)
end end


# force preferred filenames to the front on the list # force preferred filenames to the front on the list
result.unshift (@preferred_filenames.include?(name) ? -1 : 1) result.unshift(@preferred_filenames.include?(name) ? -1 : 1)
end end


# now process each entry to handle requires # now process each entry to handle requires
Expand Down

0 comments on commit 76b6f28

Please sign in to comment.