Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Dec 16, 2024
1 parent cd2df96 commit fb86d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public static List<NamedWriteableRegistry.Entry> getNamedWriteables() {
entries.add(Concat.ENTRY);
entries.add(E.ENTRY);
entries.add(EndsWith.ENTRY);
entries.add(Hash.ENTRY);
entries.add(Greatest.ENTRY);
entries.add(Hash.ENTRY);
entries.add(Hypot.ENTRY);
entries.add(In.ENTRY);
entries.add(InsensitiveEquals.ENTRY);
Expand Down

0 comments on commit fb86d18

Please sign in to comment.