Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Mar 8, 2025
1 parent 7f60e66 commit e175864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "<%= appName %>/<%= moduleName %>/<%= ProtoVer %>/<%= importName %>.proto
import "<%= importName %>"; <% } %>

// <%= TypeName.UpperCamel %> defines the <%= TypeName.UpperCamel %> message.
message <%= TypeName.UpmperCamel %> {<%= for (i, field) in Fields { %>
message <%= TypeName.UpperCamel %> {<%= for (i, field) in Fields { %>
<%= field.ProtoType(i+1) %>; <% } %>
<%= if (!NoMessage) { %>string <%= MsgSigner.Snake %> = <%= len(Fields)+1 %>;<% } %>
}

0 comments on commit e175864

Please sign in to comment.