Merge pull request #3125 from halseth/make-fmt-router-rpc

routerrpc test: run make fmt
This commit is contained in:
Johan T. Halseth
2019-05-28 09:43:28 +02:00
committed by GitHub

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)
}