mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
multi: fix issues reported by whitespace linter
This commit is contained in:
@@ -614,8 +614,8 @@ func createTestGraphFromChannels(useCache bool, testChannels []*testChannel,
|
||||
|
||||
for _, testChannel := range testChannels {
|
||||
for _, node := range []*testChannelEnd{
|
||||
testChannel.Node1, testChannel.Node2} {
|
||||
|
||||
testChannel.Node1, testChannel.Node2,
|
||||
} {
|
||||
_, exists := aliasMap[node.Alias]
|
||||
if !exists {
|
||||
var features *lnwire.FeatureVector
|
||||
|
||||
Reference in New Issue
Block a user