Skip to content

Commit 4da55f0

Browse files
committed
minor fixes
1 parent d235c9c commit 4da55f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/checks/y_check_comment_usage.clas.testclasses.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CLASS ltc_report IMPLEMENTATION.
4040
ENDMETHOD.
4141

4242
METHOD get_code_with_exemption.
43-
result = VALUE #( ).
43+
RETURN.
4444
ENDMETHOD.
4545

4646
ENDCLASS.
@@ -103,7 +103,7 @@ CLASS ltc_class IMPLEMENTATION.
103103
ENDMETHOD.
104104

105105
METHOD get_code_with_exemption.
106-
result = VALUE #( ).
106+
RETURN.
107107
ENDMETHOD.
108108

109109
ENDCLASS.

0 commit comments

Comments
 (0)