Merge pull request #529 from gringocl/fix-indentation

Fix indentation
This commit is contained in:
Yan Pritzker
2014-09-02 15:16:37 -05:00

View File

@@ -102,12 +102,12 @@ else
end
module CodeRay
module Encoders
class Terminal < Encoder
# override old colors
TERM_TOKEN_COLORS.each_pair do |key, value|
TOKEN_COLORS[key] = value
end
end
module Encoders
class Terminal < Encoder
# override old colors
TERM_TOKEN_COLORS.each_pair do |key, value|
TOKEN_COLORS[key] = value
end
end
end
end