chore: make format, make proto-update-deps, add 0.45.10 in changelog (#13623)

This commit is contained in:
Julien Robert
2022-10-24 15:23:12 +02:00
committed by GitHub
parent 04db139e8a
commit 209797f3be
8 changed files with 26 additions and 13 deletions
+2 -2
View File
@@ -375,7 +375,8 @@ func (suite *DeterministicTestSuite) TestGRPCQueryAddressStringToBytes() {
}
func (suite *DeterministicTestSuite) setModuleAccounts(
ctx sdk.Context, ak keeper.AccountKeeper, maccs []string) []types.AccountI {
ctx sdk.Context, ak keeper.AccountKeeper, maccs []string,
) []types.AccountI {
sort.Strings(maccs)
moduleAccounts := make([]types.AccountI, 0, len(maccs))
for _, m := range maccs {
@@ -414,7 +415,6 @@ func (suite *DeterministicTestSuite) runModuleAccountsIterations(ak keeper.Accou
}
}
}
}
func (suite *DeterministicTestSuite) TestGRPCQueryModuleAccounts() {