Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed Jan 8, 2024
1 parent 4a3f96b commit 6492b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/mock/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ func (BlockUpgradeMiddleware) WriteAcknowledgement(
// GetAppVersion returns the application version of the underlying application
func (BlockUpgradeMiddleware) GetAppVersion(ctx sdk.Context, portID, channelID string) (string, bool) {
return Version, true
}
}

0 comments on commit 6492b12

Please sign in to comment.