Fix indentation

This commit is contained in:
Miles Starkenburg 2014-08-26 20:57:16 -07:00
parent a44361860f
commit bba62701d3

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