Skip to content

Commit 6c9b877

Browse files
committed
fix indent
1 parent 0366ca3 commit 6c9b877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instances/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (m *manager) RotateLogs(ctx context.Context, maxBytes int64, maxFiles int)
264264
m.paths.InstanceHypemanLog(inst.Id),
265265
}
266266
for _, logPath := range logPaths {
267-
if err := rotateLogIfNeeded(logPath, maxBytes, maxFiles); err != nil {
267+
if err := rotateLogIfNeeded(logPath, maxBytes, maxFiles); err != nil {
268268
lastErr = err // Continue with other logs, but track error
269269
}
270270
}

0 commit comments

Comments
 (0)