Skip to content

Commit

Permalink
Applying spotless format
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr committed Mar 24, 2024
1 parent 63656f9 commit 0357ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* Returns true if the string ends with the substring (case-sensitive).
*
* @author oswaldobapvicjr
*/
@FunctionParameter(name = "string")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/**
* Returns true if the string starts with the substring (case-sensitive).
*
* @author oswaldobapvicjr
*/
@FunctionParameter(name = "string")
Expand Down

0 comments on commit 0357ca9

Please sign in to comment.