Fix whitespace on MARKUPS constant in GollumWiki class.
This commit is contained in:
parent
6d25484417
commit
d69a37e0b7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GollumWiki
|
||||
|
||||
MARKUPS = {
|
||||
"Markdown" => :markdown,
|
||||
"RDoc" => :rdoc
|
||||
"Markdown" => :markdown,
|
||||
"RDoc" => :rdoc
|
||||
}
|
||||
|
||||
class CouldNotCreateWikiError < StandardError; end
|
||||
|
|
Loading…
Reference in a new issue