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