Skip to content

Commit

Permalink
style(gui): add a point to the end of the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Apr 26, 2021
1 parent 060751e commit c617dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/gui/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/olekukonko/tablewriter"
)

// Layout is called for every screen re-render e.g. when the screen is resized
// Layout is called for every screen re-render e.g. when the screen is resized.
func Layout(g *gocui.Gui) error {
maxX, maxY := g.Size()

Expand Down Expand Up @@ -49,7 +49,7 @@ func Layout(g *gocui.Gui) error {
return nil
}

// Quit is called to end the gui app
// Quit is called to end the gui app.
func Quit(g *gocui.Gui, v *gocui.View) error {
return gocui.ErrQuit
}

0 comments on commit c617dfe

Please sign in to comment.