Commit d69a37e0b7163f5a03fcc58fdb6ec0ed1eb20862

Authored by Dan Knox
1 parent 6d254844

Fix whitespace on MARKUPS constant in GollumWiki class.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/models/gollum_wiki.rb
1 class GollumWiki 1 class GollumWiki
2 2
3 MARKUPS = { 3 MARKUPS = {
4 - "Markdown" => :markdown,  
5 - "RDoc" => :rdoc 4 + "Markdown" => :markdown,
  5 + "RDoc" => :rdoc
6 } 6 }
7 7
8 class CouldNotCreateWikiError < StandardError; end 8 class CouldNotCreateWikiError < StandardError; end