From f5ac64216b02f2848c0a02d0e5d6ccb76212baab Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 28 Apr 2022 16:09:12 -0400 Subject: [PATCH] fix: lint warn --- help/help.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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