Skip to content

Commit b68cc48

Browse files
committed
remove trailing spaces
1 parent 64041c2 commit b68cc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def __init__(self, bytes):
2626
#: The server the file is hosted on
2727
self.server = bytes[4:8].decode("utf-8").strip("\x00 ")
2828

29-
# Used to make it possible to load maps from CN.
29+
# Used to make it possible to load maps from CN.
3030
# This isn't needed for any other region and so is blank by default.
31-
self.url_suffix = ""
31+
self.url_suffix = ""
3232

3333
# There is no SEA depot, use US instead
3434
if self.server == "SEA":

0 commit comments

Comments
 (0)