xml pretty: dont call close() (#6532)

This commit is contained in:
Lars Hvam 2023-10-08 09:00:36 +02:00 committed by GitHub
parent 97cdd3afa8
commit a7b100c366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ CLASS ZCL_ABAPGIT_XML_PRETTY IMPLEMENTATION.
zcx_abapgit_exception=>raise( 'error parsing xml' ).
ENDIF.
ENDIF.
li_istream->close( ).
li_ostream = li_stream_factory->create_ostream_xstring( lv_xstring ).