Skip to content

Commit 2ce7263

Browse files
author
neatc0der
committed
Adds missing newline
1 parent d899c16 commit 2ce7263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_markmap/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ def extendMarkdown(self, md: Markdown, md_globals: Dict[str, str]) -> None:
107107
log.warning(f'detected pymdownx.superfences, but import is not working: {e}')
108108

109109
except Exception as e:
110-
log.error(f'unexpected error: {e}')
110+
log.error(f'unexpected error: {e}')

0 commit comments

Comments
 (0)