You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the tx.proto's Msg service indents the first rpc by 3 tab characters whereas subsequent calls to scaffold message only indents by 1 tab character
.
There may be different inconsistencies in the indentation for generated proto code: https://github.com/tendermint/spn/pull/294/files#r704611184 we should investigate them, fix and make generated proto files well formated. I believe 2 spaces for indentation.
Or we can check for a tool that autoformat proto code
The text was updated successfully, but these errors were encountered: