Fix EVAL_RO json command format (#11755)

We should always use space instead of Tab, this PR fix the wrong code format
This commit is contained in:
Wen Hui 2023-01-25 13:11:38 -05:00 committed by GitHub
parent ad72cb7797
commit 5a355883c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,13 +51,13 @@
"name": "key",
"type": "key",
"key_spec_index": 0,
"optional":true,
"optional":true,
"multiple": true
},
{
"name": "arg",
"type": "string",
"optional":true,
"optional":true,
"multiple": true
}
]