Skip to content

Commit 2e6f9f6

Browse files
formatting
1 parent 82a5b77 commit 2e6f9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superstring/superstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def upper(self):
1818
def character_at(self, index):
1919
pass
2020

21-
def split(self, separator = " "):
21+
def split(self, separator=" "):
2222
result = []
2323
previous = 0
2424
i = 0

0 commit comments

Comments
 (0)