mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Lint to please nordic gods
This commit is contained in:
parent
e47110f2af
commit
b8522e3290
|
@ -184,14 +184,11 @@ CLASS lcl_gui_router IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ls_transport_to_branch = lcl_popups=>popup_to_create_transp_branch(
|
ls_transport_to_branch = lcl_popups=>popup_to_create_transp_branch(
|
||||||
it_transport_headers = lt_transport_headers
|
it_transport_headers = lt_transport_headers
|
||||||
it_transport_objects = lt_tadir
|
it_transport_objects = lt_tadir ).
|
||||||
).
|
|
||||||
lcl_services_repo=>transport_to_branch(
|
lcl_services_repo=>transport_to_branch(
|
||||||
iv_repository_key = lv_key
|
iv_repository_key = lv_key
|
||||||
is_transport_to_branch = ls_transport_to_branch
|
is_transport_to_branch = ls_transport_to_branch
|
||||||
it_transport_objects = lt_tadir
|
it_transport_objects = lt_tadir ).
|
||||||
).
|
|
||||||
|
|
||||||
|
|
||||||
" ZIP services actions
|
" ZIP services actions
|
||||||
WHEN gc_action-zip_import. " Import repo from ZIP
|
WHEN gc_action-zip_import. " Import repo from ZIP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user