revert whitespace change

This commit is contained in:
Lars Hvam 2024-09-24 00:21:59 +02:00 committed by GitHub
parent a14386599d
commit 0a9c902f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -679,7 +679,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
INTO TABLE lt_reposrc
FOR ALL ENTRIES IN rt_includes
WHERE progname = rt_includes-table_line
AND r3state = 'A'.
AND r3state = 'A'.
ENDIF.
SORT lt_reposrc BY progname ASCENDING.
ENDIF.