From 81bf14c848f8d74ac75965185d13d6689017ab6f Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Wed, 25 Jan 2023 15:42:39 -0500 Subject: [PATCH] fix format for evalsha_ro.json file (#11756) We should always use space instead of Tab, this PR fix the wrong code format --- src/commands/evalsha_ro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/evalsha_ro.json b/src/commands/evalsha_ro.json index b08ce67ad..2628613fb 100644 --- a/src/commands/evalsha_ro.json +++ b/src/commands/evalsha_ro.json @@ -50,13 +50,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 } ]