summaryrefslogtreecommitdiffstats
path: root/pkg/gui/recent_repos_panel.go
diff options
context:
space:
mode:
authorBlakeMScurr <blakemscurr@gmail.com>2018-11-30 13:47:14 +1300
committerBlakeMScurr <blakemscurr@gmail.com>2018-11-30 13:47:14 +1300
commit181f91d2efa816bddfb296971372c1cb675a370e (patch)
tree0cb99e1ca08d9ab7503b16d97aa4c92936dbf103 /pkg/gui/recent_repos_panel.go
parent643cdd3461007fafb1fd9284a65b54f36e55ddac (diff)
Add full stops to new comments.
Diffstat (limited to 'pkg/gui/recent_repos_panel.go')
-rw-r--r--pkg/gui/recent_repos_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/recent_repos_panel.go b/pkg/gui/recent_repos_panel.go
index a146166bf..98da6a9c2 100644
--- a/pkg/gui/recent_repos_panel.go
+++ b/pkg/gui/recent_repos_panel.go
@@ -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)