Skip to content

Commit

Permalink
refactor(simapp): add ,squash tag (backport #17172) (#17173)
Browse files Browse the repository at this point in the history
Co-authored-by: zakir-code <[email protected]>
  • Loading branch information
mergify[bot] and zakir-code authored Jul 28, 2023
1 parent d200d42 commit a39e093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func initAppConfig() (string, interface{}) {
}

type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`

WASM WASMConfig `mapstructure:"wasm"`
}
Expand Down
2 changes: 1 addition & 1 deletion simapp/simd/cmd/root_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func initAppConfig() (string, interface{}) {
}

type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`

WASM WASMConfig `mapstructure:"wasm"`
}
Expand Down

0 comments on commit a39e093

Please sign in to comment.