Skip to content

Commit 880bf05

Browse files
committed
fix lint
1 parent 6b21279 commit 880bf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žlongest-substring-without-repeating-characters/hi-rachel.pyโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def lengthOfLongestSubstring(s: str) -> int:
8383
# ํ˜„์žฌ ์œˆ๋„์šฐ ๊ธธ์ด์™€ ์ตœ๋Œ€ ๊ธธ์ด ๋น„๊ต ํ›„ ์—…๋ฐ์ดํŠธ
8484
max_length = max(max_length, right - left + 1)
8585

86-
return max_length
86+
return max_length

0 commit comments

Comments
ย (0)