mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #841 from ElNovi/patch-1
Remove white space at end of line
This commit is contained in:
commit
abe9b553a0
|
@ -67,7 +67,7 @@ CLASS lcl_object_doct IMPLEMENTATION.
|
||||||
rv_user = read( )-head-tdluser.
|
rv_user = read( )-head-tdluser.
|
||||||
IF rv_user IS INITIAL.
|
IF rv_user IS INITIAL.
|
||||||
rv_user = c_user_unknown.
|
rv_user = c_user_unknown.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDMETHOD. "lif_object~changed_by
|
ENDMETHOD. "lif_object~changed_by
|
||||||
|
|
||||||
METHOD lif_object~exists.
|
METHOD lif_object~exists.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user