Skip to content

Commit

Permalink
removing unecessary pseudo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Borin committed Oct 27, 2021
1 parent 66a9c34 commit 7985332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks/y_check_method_return_bool.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CLASS Y_CHECK_METHOD_RETURN_BOOL IMPLEMENTATION.
LOOP AT ref_scan->tokens ASSIGNING FIELD-SYMBOL(<token>)
FROM statement-from TO statement-to.
IF <token>-str = 'ABAP_BOOL'
AND get_token_abs( token_index - 3 ) = 'RETURNING'. "#EC CI_MAGIC
AND get_token_abs( token_index - 3 ) = 'RETURNING'.
has_found_bool = abap_true.
ENDIF.
token_index = token_index + 1.
Expand Down

0 comments on commit 7985332

Please sign in to comment.