routerrpc test: run make fmt

This commit is contained in:
Johan T. Halseth 2019-05-27 12:33:43 +02:00
parent 6e3b92b55f
commit 1df148d8ef
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -93,7 +93,7 @@ func TestQueryRoutes(t *testing.T) {
t.Fatal("unexpected ignored node")
}
hops := []*route.Hop{&route.Hop{}}
hops := []*route.Hop{{}}
return route.NewRouteFromHops(amt, 144, source, hops)
}