Skip to content

Commit 11094a8

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 4098ac5 commit 11094a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/y_check_prefer_insert_into.clas.abap

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

36-
IF next2( p_word1 = 'SORTED'
36+
IF next2( p_word1 = 'SORTED'
3737
p_word2 = 'BY' ) IS NOT INITIAL.
3838
RETURN.
3939
ENDIF.

0 commit comments

Comments
 (0)