Skip to content

Commit

Permalink
refactor: chang
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Apr 25, 2024
1 parent 570b52c commit 862f43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def debug_diagnostics(args, server):
if len(results) == 0:
print("\nNo errors or warnings")
else:
print("\nReported errors or warnings:")
print("\nReported Diagnostics:")
for diag in results:
sline = diag["range"]["start"]["line"]
message = diag["message"]
Expand Down

0 comments on commit 862f43c

Please sign in to comment.