-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Strings/RemoveDuplicatedCharacters.php #180
base: master
Are you sure you want to change the base?
Update Strings/RemoveDuplicatedCharacters.php #180
Conversation
Co-authored-by: Brandon Johnson <[email protected]>
…into khouloudHaddad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this to the Directory.
Done Adding RemoveDuplicateCharacters to the Directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linter wants you to remove the extra new line at the end of this file.
Co-authored-by: Brandon Johnson <[email protected]>
Fix done |
{ | ||
$this->assertSame('aAbB', removeDuplicateCharacters('aAaAaAbBbB')); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file needs 1 empty new line at the end of the file. The other file needs just 1 but has two. 👍🏻
No description provided.