Skip to content

Commit 563a74f

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 7413a3d + bbc8ce6 commit 563a74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ada/lsp-ada_driver.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with VSS.Application;
3333
with VSS.Command_Line;
3434
with VSS.Standard_Paths;
3535
with VSS.Strings.Conversions;
36-
with VSS.Text_Streams.Standadrs;
36+
with VSS.Text_Streams.Standards;
3737

3838
with GNATCOLL.JSON;
3939
with GNATCOLL.Memory; use GNATCOLL.Memory;
@@ -142,7 +142,7 @@ procedure LSP.Ada_Driver is
142142
use type VSS.Strings.Character_Count;
143143
Ok : Boolean := True;
144144
Output : VSS.Text_Streams.Output_Text_Stream'Class :=
145-
VSS.Text_Streams.Standadrs.Standard_Output;
145+
VSS.Text_Streams.Standards.Standard_Output;
146146
Last : VSS.Strings.Character_Count :=
147147
3 + Option.Long_Name.Character_Length;
148148
begin

0 commit comments

Comments
 (0)