Skip to content

Commit daace43

Browse files
committed
modify Github Action
- empty note
1 parent 1c2dd14 commit daace43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/update_baekjoon_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def pick(key: str) -> str:
4141
line = line.strip()
4242
if line.startswith(f"@boj.{key}:"):
4343
return line.split(":", 1)[1].strip()
44-
return ""
44+
return ""
4545

4646
idx_s = pick("idx")
4747
if not idx_s.isdigit():

scripts/update_leetcode_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def pick(key: str) -> str:
4141
line = line.strip()
4242
if line.startswith(f"@lc.{key}:"):
4343
return line.split(":", 1)[1].strip()
44-
return ""
44+
return ""
4545

4646
idx_s = pick("idx")
4747
if not idx_s.isdigit():

0 commit comments

Comments
 (0)