Skip to content

Commit 77a3b7b

Browse files
committed
go fumpt
1 parent 0d5acd1 commit 77a3b7b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

client/docs/statik/statik.go

Lines changed: 2 additions & 4 deletions
Large diffs are not rendered by default.

x/cronos/simulation/operations.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ const (
3131
func WeightedOperations(
3232
appParams simtypes.AppParams, cdc codec.JSONCodec, k *keeper.Keeper,
3333
) simulation.WeightedOperations {
34-
var (
35-
weightMsgUpdateTokenMapping int
36-
)
34+
var weightMsgUpdateTokenMapping int
3735

3836
appParams.GetOrGenerate(cdc, OpWeightMsgUpdateTokenMapping, &weightMsgUpdateTokenMapping, nil,
3937
func(_ *rand.Rand) {

0 commit comments

Comments
 (0)