From 3e7d5c2ea2bc14158f6f8c8dfff45fcc530fb2d0 Mon Sep 17 00:00:00 2001 From: Patrick Huang Date: Fri, 6 Sep 2024 12:46:18 +0800 Subject: [PATCH] fix newline --- proto/meta.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/proto/meta.proto b/proto/meta.proto index 77547fd7225cf..1b523903108ad 100644 --- a/proto/meta.proto +++ b/proto/meta.proto @@ -790,8 +790,6 @@ message RelationIdInfos { map map = 1; } - - message ActorCountPerParallelism { message WorkerActorCount { uint64 actor_count = 1;