summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/html.rb')
-rw-r--r--lib/coderay/scanners/html.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/scanners/html.rb b/lib/coderay/scanners/html.rb
index e8eea61..186a255 100644
--- a/lib/coderay/scanners/html.rb
+++ b/lib/coderay/scanners/html.rb
@@ -1,4 +1,5 @@
-module CodeRay module Scanners
+module CodeRay
+module Scanners
# HTML Scanner
#
@@ -162,4 +163,5 @@ module CodeRay module Scanners
end
-end end
+end
+end