Formatting.

This commit is contained in:
SangBin Cho
2020-04-28 01:09:43 -07:00
parent c6217e53e3
commit c7c9db3840
+1 -2
View File
@@ -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.");