Skip to content

Commit 945e49f

Browse files
committed
remove semi colon formatting
1 parent 9eb9378 commit 945e49f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-3/2-practice-tdd/count.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function countChar(stringOfCharacters, findCharacter) {
2-
return 5;
2+
return 5
33
}
44

55
module.exports = countChar;

0 commit comments

Comments
 (0)