Skip to content

Commit

Permalink
Update to latest emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelse committed Jun 4, 2024
1 parent 3d00a9b commit 68e4be9
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _tools/gen-definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var %[1]sOnce sync.Once
func %[2]s(opts ...EmojisOption) Emojis {
%[1]sOnce.Do(func() {
%[1]s = NewEmojis(
%[3]s,
%[3]s,
)
})
m := %[1]s.Clone()
Expand Down
Loading

0 comments on commit 68e4be9

Please sign in to comment.