Skip to content

Commit

Permalink
rollbak empty line for proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Dec 5, 2023
1 parent b30cdce commit a6a3f93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ option go_package = "<%= modulePath %>/x/<%= moduleName %>/types";
message Params {
option (amino.name) = "<%= appName %>/x/<%= moduleName %>/Params";
option (gogoproto.equal) = true;

<%= for (i, param) in params { %>
<%= param.ProtoType(i+1) %>;<% } %>
}

0 comments on commit a6a3f93

Please sign in to comment.