Skip to content

Commit 4cd9596

Browse files
committed
Format
1 parent 85a5c49 commit 4cd9596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/parse_fortran.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ def parse_end_scope_word(
16751675
):
16761676
file_ast.end_scope(ln)
16771677
file_ast.end_scope(ln)
1678-
log.debug('%s !!! END %s Scope - Ln:%d', line, end_scope_word.upper(), ln)
1678+
log.debug("%s !!! END %s Scope - Ln:%d", line, end_scope_word.upper(), ln)
16791679
return True
16801680
return False
16811681

0 commit comments

Comments
 (0)