summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2023-01-25 13:11:38 -0500
committerGitHub <noreply@github.com>2023-01-25 10:11:38 -0800
commit5a355883c199da4fee0fab0515803d652c60dc66 (patch)
tree5bce2f8f1a52b9ff0669313be11307ace593cd8c /src/commands
parentad72cb77975a54bc1c4b1370835c7803b1ce9439 (diff)
downloadredis-5a355883c199da4fee0fab0515803d652c60dc66.tar.gz
Fix EVAL_RO json command format (#11755)
We should always use space instead of Tab, this PR fix the wrong code format
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/eval_ro.json4
1 files 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
}
]