Skip to content

Commit e3b32d0

Browse files
committed
fix: add blank line before totalBranches++ per WSL rule
1 parent 44103ab commit e3b32d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/internal/srv/metrics/collector.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ func (c *Collector) collectBranchMetrics() {
391391

392392
for branchName, snapshotID := range branches {
393393
c.metrics.BranchInfo.WithLabelValues(branchName, poolName, snapshotID).Set(1)
394+
394395
totalBranches++
395396
}
396397
}

0 commit comments

Comments
 (0)