Skip to content

Commit a8d2446

Browse files
author
Jonas Sobotta
committed
restore original formatting
1 parent 9b9abab commit a8d2446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zcl_aff_test_types.clas.abap

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ CLASS zcl_aff_test_types DEFINITION
445445
BEGIN OF aff_test_type,
446446
"! <p class="shorttext">Title of Field1</p>
447447
"! Description of field1
448-
field1 TYPE i,
448+
field1 TYPE i,
449449
"! <p class="shorttext">Title of inner_struc</p>
450450
"! Description of inner_struc
451451
"! $showAlways
@@ -461,7 +461,7 @@ CLASS zcl_aff_test_types DEFINITION
461461
"! <p class="shorttext">Title of field2</p>
462462
"! Description of field2
463463
"! $required
464-
field2 TYPE c LENGTH 2,
464+
field2 TYPE c LENGTH 2,
465465
END OF aff_test_type.
466466

467467

0 commit comments

Comments
 (0)