Skip to content

Commit 18acfce

Browse files
committed
Run go fmt on various files
Seems that go fmt has changed behaviour since these files were last checked in. Changes are all cosmetic.
1 parent b438707 commit 18acfce

File tree

7 files changed

+64
-65
lines changed

7 files changed

+64
-65
lines changed

app/multitenant/aws_collector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func NewAWSCollector(config AWSCollectorConfig) (AWSCollector, error) {
213213
}
214214

215215
func (c *awsCollector) flushLoop() {
216-
for _ = range c.ticker.C {
216+
for range c.ticker.C {
217217
c.flushPending(context.Background())
218218
}
219219
}

0 commit comments

Comments
 (0)