diff options
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r-- | lib/coderay/scanners/xml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb index 0c7eab4..aeabeca 100644 --- a/lib/coderay/scanners/xml.rb +++ b/lib/coderay/scanners/xml.rb @@ -10,7 +10,7 @@ module Scanners register_for :xml file_extension 'xml' - + end end |