Skip to content

Commit fe26005

Browse files
authored
Merge pull request #8592 from zhiqiangxu/master
itest: fix ascii
2 parents 5cf700d + 64740e1 commit fe26005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itest/lnd_mpp_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ type mppOpenChannelRequest struct {
248248
// openChannels is a helper to open channels that sets up a network topology
249249
// with three different paths Alice <-> Bob as following,
250250
//
251-
// _ Eve _
252-
// / \
251+
// _ Eve _
252+
// / \
253253
// Alice -- Carol ---- Bob
254254
// \ /
255255
// \__ Dave ____/

0 commit comments

Comments
 (0)