No need for the extra check

This commit is contained in:
Ted Nyman
2013-12-28 20:09:54 -08:00
parent b7e2f7cff9
commit bbf0e65c74

View File

@@ -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