fix lint issues

This commit is contained in:
oblomov-dev 2025-02-02 20:58:28 +01:00 committed by GitHub
parent 851fe26fdd
commit 8b45ec07e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.