ocd whitespace. currently seeking professional help

This commit is contained in:
rick
2010-07-13 17:10:47 -07:00
parent 90ba8476b2
commit 158eb0b718
5 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ module Precious
module Editable
def formats(selected = @page.format)
Gollum::Page::FORMAT_NAMES.map do |key, val|
{ :name => val,
:id => key.to_s,
{ :name => val,
:id => key.to_s,
:selected => selected == key}
end.sort do |a, b|
a[:name].downcase <=> b[:name].downcase