Skip to content

Commit d44a83c

Browse files
Remove more unnecessary spaces
1 parent 6698e37 commit d44a83c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

file-formats/chkv/type/zif_aff_chkv_v1.intf.abap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ INTERFACE zif_aff_chkv_v1
9797
"! ATC check variant properties
9898
BEGIN OF ty_main,
9999
"! $required
100-
format_version TYPE zif_aff_types_v1=>ty_format_version,
100+
format_version TYPE zif_aff_types_v1=>ty_format_version,
101101
"! <p class="shorttext">Header</p>
102102
"! Header
103103
"! $required
104-
header TYPE zif_aff_types_v1=>ty_header_60_cloud,
104+
header TYPE zif_aff_types_v1=>ty_header_60_cloud,
105105
"! <p class="shorttext">Remote-Enabled</p>
106106
"! The ATC check variant is remote-enabled
107-
remote_enabled TYPE abap_bool,
107+
remote_enabled TYPE abap_bool,
108108
"! <p class="shorttext">Selected Checks</p>
109109
"! The checks selected in the ATC check variant
110-
selected_checks TYPE ty_checks,
110+
selected_checks TYPE ty_checks,
111111
END OF ty_main.
112112

113113
ENDINTERFACE.

0 commit comments

Comments
 (0)