Skip to content

Commit

Permalink
add newline chars
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 7, 2024
1 parent c08c4a9 commit 0b96d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/strings/isLower.du
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class TestStringIsLower < UnitTest {
}
}

TestStringIsLower().run();
TestStringIsLower().run();
2 changes: 1 addition & 1 deletion tests/strings/isUpper.du
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class TestStringIsUpper < UnitTest {
}
}

TestStringIsUpper().run();
TestStringIsUpper().run();

0 comments on commit 0b96d02

Please sign in to comment.