Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 20, 2012
1 parent 6252f12 commit c353d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linguist/tokenizer.rb
Expand Up @@ -86,7 +86,7 @@ def extract_tokens(data)

# Regular token
elsif token = s.scan(/[\w\.@#\/]+/)
tokens << token
tokens << token

else
s.getch
Expand Down

0 comments on commit c353d3a

Please sign in to comment.