mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -38,19 +38,19 @@ if __name__ == "__main__":
|
||||
|
||||
space = [
|
||||
{
|
||||
'name': 'width',
|
||||
'type': 'int',
|
||||
'bounds': {
|
||||
'min': 0,
|
||||
'max': 20
|
||||
"name": "width",
|
||||
"type": "int",
|
||||
"bounds": {
|
||||
"min": 0,
|
||||
"max": 20
|
||||
},
|
||||
},
|
||||
{
|
||||
'name': 'height',
|
||||
'type': 'int',
|
||||
'bounds': {
|
||||
'min': -100,
|
||||
'max': 100
|
||||
"name": "height",
|
||||
"type": "int",
|
||||
"bounds": {
|
||||
"min": -100,
|
||||
"max": 100
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user