Skip to content

Commit ae3c918

Browse files
committed
fix formatting (#71)
1 parent a38fd27 commit ae3c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown_checker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def detect_issues(
100100
"blogs.nvidia.com",
101101
"blog.gopenai.com",
102102
"towardsdatascience.com",
103-
"code.visualstudio.com"
103+
"code.visualstudio.com",
104104
]
105105
)
106106
with concurrent.futures.ProcessPoolExecutor() as executor:

0 commit comments

Comments
 (0)