Clean-up double_spaces (3) (#6576)

This commit is contained in:
Marc Bernard 2023-10-26 10:29:10 -04:00 committed by GitHub
parent a3291a1e40
commit 46d0d597ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 58 additions and 59 deletions

View File

@ -446,10 +446,10 @@
"unnecessary_pragma": {
"allowNoTextGlobal": true
},
"double_space": true,
"whitespace_end": true
},
"targetRules": {
"double_space": true,
"select_add_order_by": {
"skipForAllEntries": true
},

View File

@ -657,8 +657,7 @@ CLASS zcl_abapgit_object_udmo IMPLEMENTATION.
" See Function Module SDU_MODEL_EXISTS
SELECT COUNT( * ) FROM dm40l
WHERE dmoid = mv_data_model
AND as4local = mv_activation_state.
WHERE dmoid = mv_data_model AND as4local = mv_activation_state.
rv_bool = boolc( sy-subrc = 0 ).