summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2023-01-25 15:42:39 -0500
committerGitHub <noreply@github.com>2023-01-25 12:42:39 -0800
commit81bf14c848f8d74ac75965185d13d6689017ab6f (patch)
tree2caf44f00f168c478a7b74ac1403ba67913db1e4 /src/commands
parent5a355883c199da4fee0fab0515803d652c60dc66 (diff)
downloadredis-81bf14c848f8d74ac75965185d13d6689017ab6f.tar.gz
fix format for evalsha_ro.json file (#11756)
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/evalsha_ro.json4
1 files 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
}
]