Skip to content

Commit ff71a9b

Browse files
author
mergerepo
committed
Merge remote branch 'origin/master' into edge
(no-precommit-check no-tn-check)
2 parents 8064986 + 7e69d30 commit ff71a9b

File tree

1 file changed

+2
-2
lines changed
  • testsuite/ada_lsp/SB21-042.tooltips.aspects

1 file changed

+2
-2
lines changed

testsuite/ada_lsp/SB21-042.tooltips.aspects/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"result": {
161161
"contents": [
162162
{
163-
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\nend record with Alignment => (8);",
163+
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\n end record with Alignment => (8);",
164164
"language": "ada"
165165
},
166166
"at foo.adb (8:4)"
@@ -448,7 +448,7 @@
448448
"result": {
449449
"contents": [
450450
{
451-
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\nend record with Alignment => (8);",
451+
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\n end record with Alignment => (8);",
452452
"language": "ada"
453453
},
454454
"at foo.adb (8:4)"

0 commit comments

Comments
 (0)