From 01be15e8fc16ffe25b025e9cefc9b591e66a3195 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 31 Jan 2020 10:37:23 +0100 Subject: [PATCH] move code around --- pkg/proto/v0/accounts.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/proto/v0/accounts.proto b/pkg/proto/v0/accounts.proto index 68c93a5f74..19acc124d0 100644 --- a/pkg/proto/v0/accounts.proto +++ b/pkg/proto/v0/accounts.proto @@ -13,10 +13,10 @@ message Record { Settings payload = 2; } +message Settings { + string theme = 2; +} + message Query { string id = 1; } - -message Settings { - string theme = 2; -} \ No newline at end of file