mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
pretty print code
This commit is contained in:
parent
a1e010c0fc
commit
578640f844
|
@ -728,7 +728,7 @@ CLASS ZCL_ABAPGIT_GIT_PORCELAIN IMPLEMENTATION.
|
|||
|
||||
|
||||
READ TABLE it_objects INTO ls_object
|
||||
WITH key type COMPONENTS
|
||||
WITH KEY type COMPONENTS
|
||||
type = zif_abapgit_definitions=>gc_type-tree
|
||||
sha1 = iv_tree.
|
||||
IF sy-subrc <> 0.
|
||||
|
|
|
@ -129,7 +129,7 @@ FORM output.
|
|||
TRY.
|
||||
zcl_abapgit_gui=>get_instance( )->focus( ).
|
||||
CATCH zcx_abapgit_exception INTO lx_error.
|
||||
message lx_error type 'S' DISPLAY LIKE 'E'.
|
||||
MESSAGE lx_error TYPE 'S' DISPLAY LIKE 'E'.
|
||||
ENDTRY.
|
||||
ENDFORM.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user