diff options
Diffstat (limited to 'lib/coderay/scanners/html.rb')
-rw-r--r-- | lib/coderay/scanners/html.rb | 6 |
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
|