mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
No need for the extra check
This commit is contained in:
@@ -63,7 +63,7 @@ module Linguist
|
||||
|
||||
# Public: Return the language breakdown of this repository by file
|
||||
def breakdown_by_file
|
||||
compute_stats unless @computed_stats
|
||||
compute_stats
|
||||
@file_breakdown
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user