Skip to content

Commit 1d7ed76

Browse files
committed
lint
1 parent b465c26 commit 1d7ed76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/export.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ func (app *KitoolsApp) ExportAppStateAndValidators(
4646

4747
// prepare for fresh start at zero height
4848
// NOTE zero height genesis is a temporary feature which will be deprecated
49-
// in favour of export at a block height
49+
//
50+
// in favour of export at a block height
5051
func (app *KitoolsApp) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []string) {
5152
applyAllowedAddrs := false
5253

app/sim_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
7676
return baseapp.SetInterBlockCache(store.NewCommitKVStoreCacheManager())
7777
}
7878

79-
//// TODO: Make another test for the fuzzer itself, which just has noOp txs
80-
//// and doesn't depend on the application.
79+
// // TODO: Make another test for the fuzzer itself, which just has noOp txs
80+
// // and doesn't depend on the application.
8181
func TestAppStateDeterminism(t *testing.T) {
8282
if !simapp.FlagEnabledValue {
8383
t.Skip("skipping application simulation")

0 commit comments

Comments
 (0)