From c7c9db38404044945d2bd27821999fe8f3d6b8c3 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Tue, 28 Apr 2020 01:09:43 -0700 Subject: [PATCH] Formatting. --- src/ray/raylet/main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ray/raylet/main.cc b/src/ray/raylet/main.cc index 4adeca054..f26c1003f 100644 --- a/src/ray/raylet/main.cc +++ b/src/ray/raylet/main.cc @@ -19,11 +19,10 @@ #include "ray/common/ray_config.h" #include "ray/common/status.h" #include "ray/common/task/task_common.h" +#include "ray/gcs/gcs_client/service_based_gcs_client.h" #include "ray/raylet/raylet.h" #include "ray/stats/stats.h" -#include "ray/gcs/gcs_client/service_based_gcs_client.h" - DEFINE_string(raylet_socket_name, "", "The socket name of raylet."); DEFINE_string(store_socket_name, "", "The socket name of object store."); DEFINE_int32(object_manager_port, -1, "The port of object manager.");