Skip to content

Commit

Permalink
fix formatting (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Aug 14, 2024
1 parent a38fd27 commit ae3c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdown_checker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def detect_issues(
"blogs.nvidia.com",
"blog.gopenai.com",
"towardsdatascience.com",
"code.visualstudio.com"
"code.visualstudio.com",
]
)
with concurrent.futures.ProcessPoolExecutor() as executor:
Expand Down

0 comments on commit ae3c918

Please sign in to comment.