Unverified Commit 5a355883 authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

Fix EVAL_RO json command format (#11755)

We should always use space instead of Tab, this PR fix the wrong code format
parent ad72cb77
...@@ -51,13 +51,13 @@ ...@@ -51,13 +51,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
} }
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment