From 8aaa81ef77c881fa409aeb3124d47f292d0dad94 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Wed, 13 Dec 2023 16:51:26 +0300
Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?=
 =?UTF-8?q?=D0=BD=20Deprecated=20=D0=BA=20Config/features?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/spaces/spaces.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proto/spaces/spaces.proto b/proto/spaces/spaces.proto
index 8c7a9ec..20767fc 100644
--- a/proto/spaces/spaces.proto
+++ b/proto/spaces/spaces.proto
@@ -37,8 +37,8 @@ message StateInfo {
   google.protobuf.Timestamp started_at = 4;
 }
 
-// Deprecated
 message Config {
+  // Deprecated
   repeated string features = 1;
 }
 
-- 
GitLab