From a1bd774b82dfab8021a81a42297a7bf887709d6b Mon Sep 17 00:00:00 2001 From: Catch-Bull Date: Wed, 3 Aug 2022 22:58:01 +0800 Subject: [PATCH] fix lint Signed-off-by: Catch-Bull --- src/ray/protobuf/common.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/protobuf/common.proto b/src/ray/protobuf/common.proto index d3b1eaf07b0ea..85a8afc75ce7b 100644 --- a/src/ray/protobuf/common.proto +++ b/src/ray/protobuf/common.proto @@ -690,4 +690,4 @@ message AgentInfo { int32 grpc_port = 4; // The http port number of the agent process. int32 http_port = 5; -} \ No newline at end of file +}