From 374005c0c8d0e0eff61ae52a9f13a0b5634b4b46 Mon Sep 17 00:00:00 2001 From: David Xia Date: Sun, 16 Feb 2025 19:41:44 -0500 Subject: [PATCH] [core][autoscaler] fix indentation of `use_podman` in ray-schema.json Signed-off-by: David Xia --- python/ray/autoscaler/ray-schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/ray/autoscaler/ray-schema.json b/python/ray/autoscaler/ray-schema.json index 2e07dadac9121..e65b239f23346 100644 --- a/python/ray/autoscaler/ray-schema.json +++ b/python/ray/autoscaler/ray-schema.json @@ -269,10 +269,10 @@ "description": "disable Ray from automatically detecting /dev/shm size for the container", "default": false }, - "use_podman" : { - "type": "boolean", - "description": "Use 'podman' command in place of 'docker'", - "default": false + "use_podman" : { + "type": "boolean", + "description": "Use 'podman' command in place of 'docker'", + "default": false } } },