Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Mar 15, 2024
1 parent c751da7 commit a7d8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/templates/typed/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func keeperModify(replacer placeholder.Replacer, opts *typed.Options) genny.RunF
content := replacer.Replace(f.String(), typed.PlaceholderCollectionType, replacementModuleType)

templateKeeperInstantiate := `%[2]vSeq: collections.NewSequence(sb, types.%[2]vCountKey, "%[3]v"),
%[2]v: collections.NewMap(sb, types.%[2]vKey, "%[3]v", collections.Uint64Key, codec.CollValue[types.%[2]v](cdc)),
%[2]v: collections.NewMap(sb, types.%[2]vKey, "%[3]v_seq", collections.Uint64Key, codec.CollValue[types.%[2]v](cdc)),
%[1]v`
replacementInstantiate := fmt.Sprintf(
templateKeeperInstantiate,
Expand Down

0 comments on commit a7d8882

Please sign in to comment.