mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-04-04 06:23:43 +03:00
fix: lint warn
This commit is contained in:
parent
292a1dd7ba
commit
f5ac64216b
@ -164,11 +164,10 @@ func (m Model) FullHelpView(groups [][]key.Binding) string {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Linter note: at this time we don't think it's worth the additional
|
||||||
|
// code complexity involved in preallocating this slice.
|
||||||
|
//nolint:prealloc
|
||||||
var (
|
var (
|
||||||
// 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
|
out []string
|
||||||
|
|
||||||
totalWidth int
|
totalWidth int
|
||||||
|
Loading…
Reference in New Issue
Block a user