Skip to content

Commit f1fe549

Browse files
fix(tests): add missing newline at end of reserve_test.go
1 parent f2c0c6e commit f1fe549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storer/internal/reserve/reserve_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,4 +1162,4 @@ func checkChunkInIndexStore(t *testing.T, s storage.Reader, bin uint8, binId uin
11621162

11631163
checkStore(t, s, &reserve.BatchRadiusItem{Bin: bin, BatchID: ch.Stamp().BatchID(), Address: ch.Address(), StampHash: stampHash}, false)
11641164
checkStore(t, s, &reserve.ChunkBinItem{Bin: bin, BinID: binId, StampHash: stampHash}, false)
1165-
}
1165+
}

0 commit comments

Comments
 (0)