mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
style: gofumpt and godot [skip changelog] (#10081)
This commit is contained in:
@ -179,11 +179,9 @@ func TestAddGCLive(t *testing.T) {
|
||||
defer close(addDone)
|
||||
defer close(out)
|
||||
_, err := adder.AddAllAndPin(context.Background(), slf)
|
||||
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
}()
|
||||
|
||||
addedHashes := make(map[string]struct{})
|
||||
|
Reference in New Issue
Block a user