Merge pull request #2896 from halseth/make-fmt-routerrpc

[trivial] lnrpc/routerrpc: make fmt on router backend test
This commit is contained in:
Conner Fromknecht 2019-04-05 14:03:31 -07:00 committed by GitHub
commit a12b30f620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ func TestQueryRoutes(t *testing.T) {
},
},
IgnoredNodes: [][]byte{ignoreNodeBytes},
IgnoredEdges: []*lnrpc.EdgeLocator{&lnrpc.EdgeLocator{
IgnoredEdges: []*lnrpc.EdgeLocator{{
ChannelId: 555,
DirectionReverse: true,
}},