Merge pull request #65 from mkinney/add_prolint

fix some spacing warning; leaving other warnings to see if ci will fail
This commit is contained in:
mkinney 2021-12-30 09:58:03 -08:00 committed by GitHub
commit bf191a1baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.