Skip to content

Commit 777d332

Browse files
committed
rotate-char.js update lines spaces
1 parent 8303039 commit 777d332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sprint-3/implement/rotate-char.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// Given a character and a shift value,
1212
// When the function rotateCharacter is called with these inputs,
1313
// Then it should:
14+
15+
1416
function rotateCharacter(letter, num) {
1517
// Check if the input is a letter
1618
if (!/[a-zA-Z]/.test(letter)) {

0 commit comments

Comments
 (0)