mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
fix lint issues
This commit is contained in:
parent
851fe26fdd
commit
8b45ec07e0
|
@ -20,7 +20,7 @@ CLASS z2ui5_cl_pop_messages DEFINITION
|
|||
message_v4 TYPE string,
|
||||
group TYPE string,
|
||||
END OF ty_s_msg.
|
||||
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg.
|
||||
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg WITH DEFAULT KEY.
|
||||
|
||||
DATA mt_msg TYPE ty_t_msg.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user