mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +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
|
# Public: Return the language breakdown of this repository by file
|
||||||
def breakdown_by_file
|
def breakdown_by_file
|
||||||
compute_stats unless @computed_stats
|
compute_stats
|
||||||
@file_breakdown
|
@file_breakdown
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user