Skip to content

Commit c283a45

Browse files
Remove extra line at the end of the file
1 parent 6d7d19b commit c283a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Strings/RemoveDuplicateCharactersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public function testStringWithMixedCase(): void
6868
{
6969
$this->assertSame('aAbB', removeDuplicateCharacters('aAaAaAbBbB'));
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)