From e5dc4ede57c2b30851995774f9537a659e2c205e Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 15 Jan 2021 16:22:21 +0300 Subject: [PATCH] [#312] control: Add newline at the end of 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 3360adfb3..d9cc9d77e 100644 --- a/pkg/services/control/types.proto +++ b/pkg/services/control/types.proto @@ -115,4 +115,4 @@ enum HealthStatus { // Storage node application is shutting down. SHUTTING_DOWN = 3; -} \ No newline at end of file +}