Skip to content

Commit

Permalink
Fix indentation / length of line
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianOellegaard authored May 15, 2024
1 parent 58c94f6 commit 8174267
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,10 @@ public Functions getFunctions() {
new FunctionDefinition(
"toArtifactVersion",
"Converts a string to a Maven Default Artifact Version",
new FunctionParameter(String.class, "value", "A String value to convert to a Maven Default Artifact Version")),
new FunctionParameter(
String.class,
"value",
"A String value to convert to a Maven Default Artifact Version")),
new FunctionDefinition(
"toFloat",
"Converts a string to float",
Expand Down

0 comments on commit 8174267

Please sign in to comment.