diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index b9fe5af..13c4a9d 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -1,8 +1,8 @@ module CodeRay
- module Encoders
-
- map :stats => :statistic,
- :plain => :text
-
- end
+module Encoders
+
+ map :stats => :statistic,
+ :plain => :text
+
+end
end
|