Skip to content

Commit 926fe58

Browse files
committed
lint fix
1 parent 129751a commit 926fe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_wal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (c PGWALCollector) Update(ctx context.Context, instance *instance, ch chan<
7878
segmentsValue = float64(segments.Int64)
7979
} else {
8080
segmentsValue = 0
81-
}
81+
}
8282

8383
var sizeValue float64
8484
if size.Valid {

0 commit comments

Comments
 (0)