There was an error while loading. Please reload this page.
1 parent 7ad0619 commit 00b9003Copy full SHA for 00b9003
lib/git_statistics/formatters/console.rb
@@ -56,7 +56,7 @@ def display!
56
57
def print_language_data(data)
58
# Print information of each language for the data
59
- data[:languages].each do |language, commit_data|
+ data[:languages].sort.each do |language, commit_data|
60
print_row("", commit_data, language)
61
end
62
output
0 commit comments