mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 05:14:04 +02:00
funding: run gofmt -s on funding manager tests
This commit is contained in:
@@ -549,7 +549,7 @@ func assertErrorNotSent(t *testing.T, msgChan chan lnwire.Message) {
|
|||||||
select {
|
select {
|
||||||
case <-msgChan:
|
case <-msgChan:
|
||||||
t.Fatalf("error sent unexpectedly")
|
t.Fatalf("error sent unexpectedly")
|
||||||
case <- time.After(100 * time.Millisecond):
|
case <-time.After(100 * time.Millisecond):
|
||||||
// Expected, return.
|
// Expected, return.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user