Skip to content

Commit dde45a2

Browse files
committed
Fix indentation
1 parent d34cb56 commit dde45a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stringPermutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let findPermutations = (string) => {
33
return "Please enter a string"
44
}
55

6-
if (!!string.length && string.length < 2 ){
6+
if (!!string.length && string.length < 2 ){
77
return string
88
}
99

0 commit comments

Comments
 (0)