Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5a355883
Unverified
Commit
5a355883
authored
Jan 25, 2023
by
Wen Hui
Committed by
GitHub
Jan 25, 2023
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands/eval_ro.json
View file @
5a355883
...
@@ -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
}
}
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment