Skip to content

Commit c1c8150

Browse files
Andrey Cheptsovclaude
andcommitted
Fix gci formatting in logs.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76db7af commit c1c8150

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • runner/internal/runner/executor

runner/internal/runner/executor/logs.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type appendWriter struct {
1515
history []schemas.LogEvent
1616
timestamp *MonotonicTimestamp // shares with executor
1717

18-
quota int // bytes per hour, 0 = unlimited
19-
bytesInHour int // bytes written in current hour bucket
20-
hourStart int64 // unix timestamp (seconds) of current hour bucket start
21-
quotaExceeded chan struct{} // closed when quota is exceeded (out-of-band signal)
18+
quota int // bytes per hour, 0 = unlimited
19+
bytesInHour int // bytes written in current hour bucket
20+
hourStart int64 // unix timestamp (seconds) of current hour bucket start
21+
quotaExceeded chan struct{} // closed when quota is exceeded (out-of-band signal)
2222
exceededOnce sync.Once
2323
}
2424

0 commit comments

Comments
 (0)