mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/swarm: manifest appveyor err
This commit is contained in:
parent
6ec6b29051
commit
70fc97043d
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ func inflateBase64Gzip(t *testing.T, base64File, directory string) {
|
||||||
if _, err := io.Copy(file, tarReader); err != nil {
|
if _, err := io.Copy(file, tarReader); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
file.Close()
|
||||||
default:
|
default:
|
||||||
t.Fatal("shouldn't happen")
|
t.Fatal("shouldn't happen")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue