Skip to content

Commit

Permalink
Fix he table alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolpheFouquet committed Oct 23, 2015
1 parent 4e09292 commit 66ad9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func main() {

table.AddSeparator()
table.AddRow("Total", report.TotalAdditions, report.TotalDeletions, report.TotalCommits, "-----")
table.SetAlign(4, 2)
table.SetAlign(3, 2)
table.SetAlign(3, 3)
table.SetAlign(3, 4)
table.SetAlign(3, 5)
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66ad9c4

Please sign in to comment.