data serializer: fix carriage return problem (#6957)
Some checks are pending
main-build / build-merged (push) Waiting to run
main-build / auto-tag (push) Waiting to run
main-build / auto-tag-artifact (push) Blocked by required conditions
main-build / coverage (push) Waiting to run

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
thorsten-wolf-neptune 2024-06-27 16:56:14 +02:00 committed by GitHub
parent 55f9b49577
commit 2e63907565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
DATA lv_where LIKE LINE OF rt_where.
SPLIT io_map->get( c_id-where ) AT |\n| INTO TABLE rt_where.
rt_where = zcl_abapgit_convert=>split_string( io_map->get( c_id-where ) ).
DELETE rt_where WHERE table_line IS INITIAL.