fix format for evalsha_ro.json file (#11756)

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 15:42:39 -05:00 committed by GitHub
parent 5a355883c1
commit 81bf14c848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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