Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianSoerenPollak committed Oct 9, 2024
1 parent f8148d4 commit 9198cc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion table/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func DefaultKeyMap() KeyMap {
}
}


// FullHelp returns a multi row view of all the helpkeys that are defined. Needed to fullfil the 'help.Model' interface
// Also appends all user defined extra keys to the help

Check failure on line 90 in table/keys.go

View workflow job for this annotation

GitHub Actions / lint

Comment should end in a period (godot)
func (m Model) FullHelp() [][]key.Binding {
Expand Down
1 change: 0 additions & 1 deletion table/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ func New(columns []Column) Model {
func (m Model) Init() tea.Cmd {
return nil
}

0 comments on commit 9198cc2

Please sign in to comment.