Minor reformatting

This commit is contained in:
Vadim Godunko
2024-11-19 22:34:30 +04:00
parent 9cf1dde888
commit e7715b2f3d

View File

@@ -370,7 +370,7 @@ package body LSP.Ada_Handlers.Locations is
(start => (line => Positive (Sloc.Start_Line) - 1,
character => 0),
an_end => (line => Positive (Sloc.End_Line) - 1,
character => 0));
character => 0));
begin
declare
use type Langkit_Support.Slocs.Column_Number;