Skip to content

Commit

Permalink
Unknown is impossible
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 25, 2011
1 parent 4030d39 commit 101a500
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/linguist
Expand Up @@ -17,10 +17,8 @@ elsif File.file?(path)
'Text'
elsif blob.image?
'Image'
elsif blob.binary?
'Binary'
else
'???'
'Binary'
end

puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"
Expand Down

0 comments on commit 101a500

Please sign in to comment.