Skip to content

Commit 20e1017

Browse files
committed
lint fix
Signed-off-by: Nikolai Vaganov <[email protected]>
1 parent 2c5c3ec commit 20e1017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)