Skip to content

Commit 584cf98

Browse files
committed
Fix gofumpt
1 parent e10f051 commit 584cf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tc-collector/reportLoader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
func (t *Collector) loadReports(builds []*Build, reportExistenceChecker *ReportExistenceChecker, reportAnalyzer *analyzer.ReportAnalyzer) error {
23-
var networkRequestCount = 1
23+
networkRequestCount := 1
2424
t.logger.Info("Network request count", "count", networkRequestCount)
2525

2626
for index, build := range builds {

0 commit comments

Comments
 (0)