Skip to content

Commit 788b078

Browse files
committed
fix: 🐛 IndentationError
1 parent 187dc02 commit 788b078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def update_records(issue, issue_number=None):
5555
lines[existing_issue_index] = new_line
5656
else:
5757
lines.insert(table_start_index, new_line)
58-
with open("README.md", "w") as file:
58+
with open("README.md", "w") as file:
5959
file.writelines(lines)
6060

6161
return "Successfully updated Records of README.md"

0 commit comments

Comments
 (0)