Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 14, 2015
1 parent 5e705f3 commit be5c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/t/identicon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Identicon

def initialize(number)
# Bottom six bits
@bits = number & 0x3f
@bits = number & 0x3f

# Next highest eight bits
@fcolor = (number >> 6) & 0xff
Expand Down

0 comments on commit be5c9a7

Please sign in to comment.