From ead91d7a1dfc521c2b5dd5e97277f0dd1a73ad62 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 30 Dec 2021 09:57:14 -0800 Subject: [PATCH] fix some spacing warning; leaving other warnings to see if ci will fail --- admin.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.proto b/admin.proto index 9eb12fa..b9eb32e 100644 --- a/admin.proto +++ b/admin.proto @@ -54,8 +54,8 @@ message AdminMessage { /* * Send the current owner data in the response to this message. */ - bool get_owner_request = 8; - User get_owner_response = 9; + bool get_owner_request = 8; + User get_owner_response = 9; /* * Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again.