Fix indentation
This commit is contained in:
parent
a44361860f
commit
bba62701d3
14
irb/pryrc
14
irb/pryrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user