Commit d69a37e0 authored by Dan Knox's avatar Dan Knox

Fix whitespace on MARKUPS constant in GollumWiki class.

parent 6d254844
class GollumWiki
MARKUPS = {
"Markdown" => :markdown,
"RDoc" => :rdoc
"Markdown" => :markdown,
"RDoc" => :rdoc
}
class CouldNotCreateWikiError < StandardError; end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment