Skip to content

Commit 2df8abb

Browse files
committed
Fix: stats declared and not used
1 parent 18c5b9a commit 2df8abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mogilefs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ work_sent_to_delete 6
1919

2020
mogilefsStats := bytes.NewBufferString(stub)
2121

22-
stats, err := mogilefs.parseStats(mogilefsStats)
22+
_, err := mogilefs.parseStats(mogilefsStats)
2323
if err != nil {
2424
t.Errorf("%v", err)
2525
}

0 commit comments

Comments
 (0)