From d97baec0ca42f66ae3151f05d10165b1703849e8 Mon Sep 17 00:00:00 2001 From: moul <94029+moul@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:23:47 +0200 Subject: [PATCH] chore: fixup Signed-off-by: moul <94029+moul@users.noreply.github.com> --- tm2/pkg/p2p/key.go | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/tm2/pkg/p2p/key.go b/tm2/pkg/p2p/key.go index f041d36f1c7..dfc2812216e 100644 --- a/tm2/pkg/p2p/key.go +++ b/tm2/pkg/p2p/key.go @@ -17,13 +17,18 @@ import ( func untestedCodeForCI() { if true { - if true { - if true { - if true { - if true { - if true { - var _ = 42 - }}}}}} + if true { + if true { + if true { + if true { + if true { + _ = 42 + } + } + } + } + } + } } // NodeKey is the persistent peer key.