Skip to content

Commit 978f204

Browse files
committed
style: whitespace
1 parent 3716e50 commit 978f204

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mkdocs_embed_file_plugins/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def on_post_page(self, output_content, page, config):
234234
if not os.path.isfile(md_link_path):
235235
md_link_path = search_file_in_documentation(md_link_path, docs)
236236

237-
238237
elif link['src'][0] == '/':
239238
md_src_path = create_link(unquote(link['src']))
240239
md_link_path = os.path.join(

0 commit comments

Comments
 (0)