lint fixes

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

View File

@ -22,7 +22,7 @@ CLASS z2ui5_cl_pop_bal DEFINITION
message_v4 TYPE string,
group TYPE string,
END OF ty_s_msg.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg with default key.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg WITH EMPTY KEY.
DATA mt_msg TYPE ty_t_msg.