Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Starkenburg committed Aug 27, 2014
1 parent a443618 commit bba6270
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions irb/pryrc
Expand Up @@ -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

0 comments on commit bba6270

Please sign in to comment.