mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Clean-up double_spaces
(3) (#6576)
This commit is contained in:
parent
a3291a1e40
commit
46d0d597ca
|
@ -446,10 +446,10 @@
|
|||
"unnecessary_pragma": {
|
||||
"allowNoTextGlobal": true
|
||||
},
|
||||
"double_space": true,
|
||||
"whitespace_end": true
|
||||
},
|
||||
"targetRules": {
|
||||
"double_space": true,
|
||||
"select_add_order_by": {
|
||||
"skipForAllEntries": true
|
||||
},
|
||||
|
|
|
@ -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 ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user