Skip to content

Commit 4098ac5

Browse files
Update src/y_check_prefer_insert_into.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
1 parent 855567d commit 4098ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/y_check_prefer_insert_into.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ CLASS y_check_prefer_insert_into IMPLEMENTATION.
3333
RETURN.
3434
ENDIF.
3535

36-
IF next2( p_word1 = 'SORTED' p_word2 = 'BY' ) IS NOT INITIAL.
36+
IF next2( p_word1 = 'SORTED'
37+
p_word2 = 'BY' ) IS NOT INITIAL.
3738
RETURN.
3839
ENDIF.
3940

0 commit comments

Comments
 (0)