From 5562746afc0040b490556fd81d2cd4ef32e1fccb Mon Sep 17 00:00:00 2001
From: crodriguezvega <carlos@interchain.io>
Date: Wed, 7 Sep 2022 11:55:25 +0200
Subject: [PATCH] remove empty line in comments

---
 modules/core/04-channel/keeper/handshake.go | 3 +--
 testing/simapp/export.go                    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/modules/core/04-channel/keeper/handshake.go b/modules/core/04-channel/keeper/handshake.go
index e374eee4eb6..022dea88281 100644
--- a/modules/core/04-channel/keeper/handshake.go
+++ b/modules/core/04-channel/keeper/handshake.go
@@ -339,8 +339,7 @@ func (k Keeper) WriteOpenAckChannel(
 }
 
 // ChanOpenConfirm is called by the counterparty module to close their end of the
-//
-//	channel, since the other end has been closed.
+// channel, since the other end has been closed.
 func (k Keeper) ChanOpenConfirm(
 	ctx sdk.Context,
 	portID,
diff --git a/testing/simapp/export.go b/testing/simapp/export.go
index bdced29a4b5..ee94a432016 100644
--- a/testing/simapp/export.go
+++ b/testing/simapp/export.go
@@ -45,8 +45,7 @@ func (app *SimApp) ExportAppStateAndValidators(
 
 // prepare for fresh start at zero height
 // NOTE zero height genesis is a temporary feature which will be deprecated
-//
-//	in favour of export at a block height
+// in favour of export at a block height
 func (app *SimApp) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []string) {
 	applyAllowedAddrs := false