mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Clearer naming
This commit is contained in:
@@ -26,8 +26,8 @@ if File.directory?(path)
|
|||||||
end
|
end
|
||||||
if breakdown
|
if breakdown
|
||||||
puts
|
puts
|
||||||
breakdown = repo.breakdown_by_file
|
file_breakdown = repo.breakdown_by_file
|
||||||
breakdown.each do |lang, files|
|
file_breakdown.each do |lang, files|
|
||||||
puts "#{lang}: #{files}"
|
puts "#{lang}: #{files}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user