multi: fix linter errors

This commit is contained in:
Olaoluwa Osuntokun
2017-06-05 19:44:54 -07:00
parent d202b730eb
commit 9fd70958f4
5 changed files with 8 additions and 8 deletions

View File

@ -933,7 +933,6 @@ func TestInterfaces(t *testing.T) {
}
case "neutrino":
continue
spvDir, err := ioutil.TempDir("", "neutrino")
if err != nil {
t.Fatalf("unable to create temp dir: %v", err)