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
commit 22ed9e5143

View File

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