Skip to content

Commit a4d76ca

Browse files
committed
lint
1 parent f298a22 commit a4d76ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go/metrics/process_linux_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ func TestReadMemory_Integration(t *testing.T) {
3737
if _, err := countOpenFDs(); err != nil {
3838
t.Fatal(err)
3939
}
40-
if secs, err := readCPUSeconds(); err != nil {
40+
secs, err := readCPUSeconds()
41+
if err != nil {
4142
t.Fatal(err)
4243
}
4344
// jiffies can still be zero in a fast test before the scheduler charges CPU time

0 commit comments

Comments
 (0)