Skip to content

Commit 83e8378

Browse files
committed
fix go vet
1 parent c3e623e commit 83e8378

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pkg/apply/apply.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"fmt"
77
"path/filepath"
88
"reflect"
9-
"strings"
109
"time"
1110

1211
"github.com/fatih/color"
@@ -406,13 +405,7 @@ func (t *TopicApplier) updateSettings(
406405

407406
if reduced {
408407
log.Infof(
409-
strings.Join(
410-
[]string{
411-
"Note: Retention drop has been reduced to minimize cluster disruption.",
412-
"Re-run apply afterwards to keep dropping retention to configured value or run with --retention-drop-step-duration=0 to not do gradual step-down.",
413-
},
414-
" ",
415-
),
408+
"Note: Retention drop has been reduced to minimize cluster disruption. Re-run apply afterwards to keep dropping retention to configured value or run with --retention-drop-step-duration=0 to not do gradual step-down.",
416409
)
417410
}
418411

0 commit comments

Comments
 (0)