style: gofumpt everything (#15518)

This commit is contained in:
Facundo Medica
2023-03-22 20:20:46 +00:00
committed by GitHub
parent 4db99fc1a5
commit 370acbb659
20 changed files with 44 additions and 38 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ func RemoteCommand(config *Config, configDir string) ([]*cobra.Command, error) {
FileResolver: chainInfo.ProtoFiles,
GetClientConn: func() (grpc.ClientConnInterface, error) {
return chainInfo.OpenClient()
}},
},
},
GetClientConn: func(command *cobra.Command) (grpc.ClientConnInterface, error) {
return chainInfo.OpenClient()
},