Skip to content

Commit

Permalink
scraper: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe authored and Ro Santalla committed Jun 18, 2024
1 parent 87e4339 commit 0355d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ func tickWithOffset(
ctx context.Context,
stop <-chan struct{},
work, idle, cleanup func(context.Context, time.Time),
period, offset, maxIdle, minGap time.Duration) {
period, offset, maxIdle, minGap time.Duration,
) {
// wait for up to offset duration, paying attention to cancellation signals.
offsetTimer := time.NewTimer(offset)

Expand Down

0 comments on commit 0355d03

Please sign in to comment.