From 5a355883c199da4fee0fab0515803d652c60dc66 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Wed, 25 Jan 2023 13:11:38 -0500 Subject: [PATCH] Fix EVAL_RO json command format (#11755) We should always use space instead of Tab, this PR fix the wrong code format --- src/commands/eval_ro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/eval_ro.json b/src/commands/eval_ro.json index 2911521d7..5c74b0437 100644 --- a/src/commands/eval_ro.json +++ b/src/commands/eval_ro.json @@ -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 } ]