Skip to content

Commit

Permalink
Remove parentheses
Browse files Browse the repository at this point in the history
Co-authored-by: DimuthuMadushan <[email protected]>
  • Loading branch information
BNAndras and DimuthuMadushan authored Jul 1, 2024
1 parent 43d80b7 commit 2ce320d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function rotate(string text, int shiftKey) returns string {
}

string|error rotated = string:'fromCodePointInt(newCodePoint);
if (rotated is string) {
if rotated is string {
result += rotated;
}
}
Expand Down

0 comments on commit 2ce320d

Please sign in to comment.