summaryrefslogtreecommitdiffstats
path: root/pkg/commands/commit.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/commands/commit.go
parent643cdd3461007fafb1fd9284a65b54f36e55ddac (diff)
Add full stops to new comments.
Diffstat (limited to 'pkg/commands/commit.go')
-rw-r--r--pkg/commands/commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/commit.go b/pkg/commands/commit.go
index 908677a18..4c304271d 100644
--- a/pkg/commands/commit.go
+++ b/pkg/commands/commit.go
@@ -13,7 +13,7 @@ type Commit struct {
DisplayString string
}
-// GetDisplayStrings is a function
+// GetDisplayStrings is a function.
func (c *Commit) GetDisplayStrings() []string {
red := color.New(color.FgRed)
yellow := color.New(color.FgGreen)