chore: lint fixes (#24084)

This commit is contained in:
Alex | Interchain Labs
2025-03-20 16:20:39 -04:00
committed by GitHub
parent 978978a3fe
commit 98f0f76e73
60 changed files with 33 additions and 127 deletions
-1
View File
@@ -22,7 +22,6 @@ func TestParseGasSetting(t *testing.T) {
}
for _, tc := range testCases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
gs, err := flags.ParseGasSetting(tc.input)