mirror of https://mirror.osredm.com/root/redis.git
fix format for evalsha_ro.json file (#11756)
We should always use space instead of Tab, this PR fix the wrong code format
This commit is contained in:
parent
5a355883c1
commit
81bf14c848
|
@ -50,13 +50,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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue