From 0bdc2070c84035ae44509ed561cf8f9545dabfde Mon Sep 17 00:00:00 2001 From: Airat Arifullin Date: Tue, 23 Jul 2024 14:12:49 +0300 Subject: [PATCH] [#xx] object: Add newline at the file's end * Non-functional change. Signed-off-by: Airat Arifullin --- object/service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object/service.proto b/object/service.proto index 1168e4e..43c998b 100644 --- a/object/service.proto +++ b/object/service.proto @@ -816,4 +816,4 @@ message PutSingleResponse { // authenticate the nodes of the message route and check the correctness of // transmission. neo.fs.v2.session.ResponseVerificationHeader verify_header = 3; -} \ No newline at end of file +}