Skip to content

Commit 033c00b

Browse files
committed
Fix minor style error
1 parent d9ade98 commit 033c00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ada/lsp-ada_highlighters.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,8 @@ package body LSP.Ada_Highlighters is
626626
end;
627627

628628
begin
629-
-- P_Has_Aspect checks the existence of either an aspect or a
630-
-- pragma.
629+
-- P_Has_Aspect checks the existence of either an aspect or
630+
-- a pragma.
631631
if Def.P_Has_Aspect (Self.Obsolescent) then
632632
Highlight_Token (Node.Token_Start, deprecated);
633633
end if;

0 commit comments

Comments
 (0)