From dd27ddda17e31780fd1ddebdd77a5bbec354fa9c Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 28 Dec 2013 19:40:02 -0800 Subject: [PATCH] Fixup output --- bin/linguist | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index 54ee8234..18ea3431 100755 --- a/bin/linguist +++ b/bin/linguist @@ -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)