Skip to content

Commit ffb8e41

Browse files
Merge branch 'topic/fix-style-error' into 'master'
Fix minor style error See merge request eng/ide/ada_language_server!1209
2 parents d9ade98 + 033c00b commit ffb8e41

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)