From 64740e18cb9320fe6c49a9a7ea08b66a728eb465 Mon Sep 17 00:00:00 2001 From: zhiqiangxu <652732310@qq.com> Date: Wed, 27 Mar 2024 14:40:02 +0800 Subject: [PATCH] itest: fix ascii --- itest/lnd_mpp_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itest/lnd_mpp_test.go b/itest/lnd_mpp_test.go index 960626500..bf2679846 100644 --- a/itest/lnd_mpp_test.go +++ b/itest/lnd_mpp_test.go @@ -248,8 +248,8 @@ type mppOpenChannelRequest struct { // openChannels is a helper to open channels that sets up a network topology // with three different paths Alice <-> Bob as following, // -// _ Eve _ -// / \ +// _ Eve _ +// / \ // Alice -- Carol ---- Bob // \ / // \__ Dave ____/