diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index 13c4a9d..a22a951 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
-
+
+ map :stats => :statistic,
+ :plain => :text
+
end
end
|