From 5f22e7fac7702c189e36951b13b8994ac49b0c4a Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 15 Jan 2021 10:50:20 +0300 Subject: [PATCH] Add newline at end of Control service proto file Signed-off-by: Leonard Lyubich --- pkg/services/control/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/control/types.proto b/pkg/services/control/types.proto index 909ba34f9..f481e04ee 100644 --- a/pkg/services/control/types.proto +++ b/pkg/services/control/types.proto @@ -100,4 +100,4 @@ message Netmap { // Nodes presented in network. repeated NodeInfo nodes = 2 [json_name = "nodes"]; -} \ No newline at end of file +}