Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Sep 26, 2024
1 parent 162bd64 commit 40f6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():
Please review the change log and update the documentation accordingly."""

create_github_issue(owner, repo_name, title, body)
create_github_issue(owner, repo_name, title, body)


if __name__ == "__main__":
Expand Down

0 comments on commit 40f6839

Please sign in to comment.