Fixup output

This commit is contained in:
Ted Nyman
2013-12-28 19:40:02 -08:00
parent b5181488a0
commit dd27ddda17

View File

@@ -19,7 +19,6 @@ if File.directory?(path)
breakdown = repo.breakdown_by_file
breakdown.each do |lang, files|
puts "#{lang}: #{files}"
puts
end
elsif File.file?(path)
blob = Linguist::FileBlob.new(path, Dir.pwd)