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
commit 28fdf9712d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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