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