cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
936 stars 381 forks source link

remove commas after interface's methods #996

Closed 0xstepit closed 1 year ago

0xstepit commented 1 year ago

This PR is a followup of #993 to add missing commas inside the interface.

crodriguezvega commented 1 year ago

Actually, it should be the opposite: we usually don't add commas at the end of each field in the interfaces. 😓

0xstepit commented 1 year ago

Now is without commas @crodriguezvega