Skip to content

Commit 6b8c8bb

Browse files
Set indentation to 3 for walkthrough project
For eng/ide/als-publish#12
1 parent 7742ca9 commit 6b8c8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/vscode/ada/src/walkthrough.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ end Hello_World;
3535
`with Ada.Text_IO;
3636
3737
procedure Hello_World is
38-
Msg : constant String := "Hello World!";
38+
Msg : constant String := "Hello World!";
3939
begin
40-
Ada.Text_IO.Put_Line (Msg);
40+
Ada.Text_IO.Put_Line (Msg);
4141
end Hello_World;
4242
`,
4343
);

0 commit comments

Comments
 (0)