Don't open Asciidoc module twice

This commit is contained in:
Munken 2016-12-15 18:03:57 +00:00
parent 2d170a20dc
commit de0dfb10d4

View file

@ -35,11 +35,7 @@ module Gitlab
html.html_safe html.html_safe
end end
end
end
module Gitlab
module Asciidoc
class Html5Converter < Asciidoctor::Converter::Html5Converter class Html5Converter < Asciidoctor::Converter::Html5Converter
extend Asciidoctor::Converter::Config extend Asciidoctor::Converter::Config