Fix whitespace on MARKUPS constant in GollumWiki class.

This commit is contained in:
Dan Knox 2013-03-14 00:07:01 -07:00
parent 6d25484417
commit d69a37e0b7

View file

@ -1,8 +1,8 @@
class GollumWiki class GollumWiki
MARKUPS = { MARKUPS = {
"Markdown" => :markdown, "Markdown" => :markdown,
"RDoc" => :rdoc "RDoc" => :rdoc
} }
class CouldNotCreateWikiError < StandardError; end class CouldNotCreateWikiError < StandardError; end