Skip to content

Commit

Permalink
remove empty line in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Sep 7, 2022
1 parent 82aafb0 commit 5562746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/core/04-channel/keeper/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions testing/simapp/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5562746

Please sign in to comment.