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

@ -82,7 +82,7 @@ func (gui *Gui) getBufferLength(view *gocui.View) string {
return " " + strconv.Itoa(strings.Count(view.Buffer(), "")-1) + " "
}
// RenderCommitLength is a function
// RenderCommitLength is a function.
func (gui *Gui) RenderCommitLength() {
if !gui.Config.GetUserConfig().GetBool("gui.commitLength.show") {
return