mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-02 19:19:18 +02:00
routerrpc test: run make fmt
This commit is contained in:
parent
6e3b92b55f
commit
1df148d8ef
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user