mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-02 00:51:14 +01:00
routing/pathfind_test: fmt whitespace
This commit is contained in:
@@ -901,7 +901,7 @@ func TestNewRoute(t *testing.T) {
|
||||
createHop := func(baseFee lnwire.MilliSatoshi,
|
||||
feeRate lnwire.MilliSatoshi,
|
||||
capacity btcutil.Amount,
|
||||
timeLockDelta uint16) (*ChannelHop) {
|
||||
timeLockDelta uint16) *ChannelHop {
|
||||
|
||||
return &ChannelHop{
|
||||
ChannelEdgePolicy: &channeldb.ChannelEdgePolicy{
|
||||
|
||||
Reference in New Issue
Block a user