fix formatting

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Graeme Gillies <ggillies@gitlab.com>
This commit is contained in:
Graeme Gillies 2026-06-11 09:26:20 +10:00 committed by yxxhero
parent 9e4577cbc3
commit f7dcd1367c
1 changed files with 3 additions and 3 deletions

View File

@ -238,9 +238,9 @@ func (t *Tracker) TrackResources(ctx context.Context, resources []*resource.Reso
IgnoreLogs: !t.trackOptions.Logs,
}
if t.trackOptions.Logs {
opts.SaveLogsOnlyForNumberOfReplicas = 10
}
if t.trackOptions.Logs {
opts.SaveLogsOnlyForNumberOfReplicas = 10
}
var wg sync.WaitGroup
errCh := make(chan error, len(targets))