style: enable strict gofumpt (#15579)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/x/params/types/proposal"
|
||||
)
|
||||
|
||||
func min(a int, b int) int {
|
||||
func min(a, b int) int {
|
||||
if a <= b {
|
||||
return a
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user