From 8363b0b314120f313132ff00d6a3694cc8513f2b Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:58:06 +0200 Subject: [PATCH] lint --- src/objects/core/zcl_abapgit_objects_check.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/core/zcl_abapgit_objects_check.clas.abap b/src/objects/core/zcl_abapgit_objects_check.clas.abap index 5ef89cd00..72f47f327 100644 --- a/src/objects/core/zcl_abapgit_objects_check.clas.abap +++ b/src/objects/core/zcl_abapgit_objects_check.clas.abap @@ -283,7 +283,7 @@ CLASS zcl_abapgit_objects_check IMPLEMENTATION. " For optimal performance, we limit here by object type since we know that only TABL has a comparator " If there are other object types in the future, extend the where clause or remove the check on object type. LOOP AT it_results ASSIGNING WHERE match IS INITIAL AND filename CP '*.xml' - AND obj_type ='TABL' ##PRIMKEY[SEC_KEY]. + AND obj_type = 'TABL' ##PRIMKEY[SEC_KEY]. CLEAR ls_item. MOVE-CORRESPONDING TO ls_item.