Skip to content

Commit

Permalink
Remove difference
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Sep 11, 2024
1 parent b7c91f0 commit 9d5e7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private FunctionDefinition[][] functions() {
def(ToString.class, ToString::new, "to_string", "to_str"),
def(ToTimeDuration.class, ToTimeDuration::new, "to_timeduration"),
def(ToUnsignedLong.class, ToUnsignedLong::new, "to_unsigned_long", "to_ulong", "to_ul"),
def(ToVersion.class, ToVersion::new, "to_version", "to_ver") },
def(ToVersion.class, ToVersion::new, "to_version", "to_ver"), },
// multivalue functions
new FunctionDefinition[] {
def(MvAppend.class, MvAppend::new, "mv_append"),
Expand Down

0 comments on commit 9d5e7b3

Please sign in to comment.