Skip to content

Commit 107c8e8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 05beb71 commit 107c8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/helper_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def fortran_md(code: str, docs: str | None):
598598
"""
599599
msg = ""
600600
if code:
601-
msg = "```{langid}\n" # This gets inserted later
601+
msg = "```{langid}\n" # This gets inserted later
602602
msg += f"{code}\n```"
603603
# Add documentation
604604
if docs: # if docs is not None or ""

0 commit comments

Comments
 (0)