diff --git a/help/help.go b/help/help.go index 6db0649..90971ac 100644 --- a/help/help.go +++ b/help/help.go @@ -164,11 +164,10 @@ func (m Model) FullHelpView(groups [][]key.Binding) string { 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 ( - // 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