Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 25, 2011
1 parent c88b2f7 commit 4030d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/linguist
Expand Up @@ -24,10 +24,10 @@ elsif File.file?(path)
end

puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"
puts " type: #{type}"
puts " extension: #{blob.pathname.extname}"
puts " mime type: #{blob.mime_type}"
puts " language: #{blob.language}"
puts " type: #{type}"
puts " extension: #{blob.pathname.extname}"
puts " mime type: #{blob.mime_type}"
puts " language: #{blob.language}"

if blob.large?
puts " blob is to large to be shown"
Expand Down

0 comments on commit 4030d39

Please sign in to comment.