mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-10-10 06:11:22 +03:00
Fix various godoc comments
This commit is contained in:
@@ -165,7 +165,12 @@ func (m Model) FullHelpView(groups [][]key.Binding) string {
|
||||
}
|
||||
|
||||
var (
|
||||
out []string
|
||||
// Linter note: at this time we don't think it's worth the additional
|
||||
// code complexity involved in preallocating this slice.
|
||||
//
|
||||
//nolint:prealloc
|
||||
out []string
|
||||
|
||||
totalWidth int
|
||||
sep = m.Styles.FullSeparator.Render(m.FullSeparator)
|
||||
sepWidth = lipgloss.Width(sep)
|
||||
|
Reference in New Issue
Block a user