From 8ff5b35bf35c1a0d1b4268ba713ccfcfb986bef0 Mon Sep 17 00:00:00 2001 From: Alex Trottier Date: Sun, 29 Dec 2019 15:40:25 -0800 Subject: [PATCH] pb: cleanup spacing --- pb/admin.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/pb/admin.proto b/pb/admin.proto index e09a32b..06f9039 100644 --- a/pb/admin.proto +++ b/pb/admin.proto @@ -25,14 +25,12 @@ message ManageGCRequest { GCREQTYPE type = 1; } - // ManageGCResponse is a message used as a response to gc control requests message ManageGCResponse { // status contains a status message string status = 1; } - // REFREQTYPE is used to indicate the type of ref count request being made enum REFREQTYPE { // REF_GET_COUNT is used to get the reference count of a particular cid