1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Add full stops to new comments.

This commit is contained in:
BlakeMScurr
2018-11-30 13:47:14 +13:00
parent 643cdd3461
commit 181f91d2ef
10 changed files with 76 additions and 75 deletions

View File

@@ -14,7 +14,7 @@ type recentRepo struct {
path string
}
// GetDisplayStrings is a function
// GetDisplayStrings is a function.
func (r *recentRepo) GetDisplayStrings() []string {
yellow := color.New(color.FgMagenta)
base := filepath.Base(r.path)