From 3362818449393b9c94070e3ecd551aee673af23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 15 Jun 2022 16:42:55 +0200 Subject: [PATCH] Linter says 'no' :-) --- deviceonly.proto | 2 +- localonly.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deviceonly.proto b/deviceonly.proto index e91be46..f77ac15 100644 --- a/deviceonly.proto +++ b/deviceonly.proto @@ -85,7 +85,7 @@ message ChannelFile { * incompatible changes This integer is set at build time and is private to * NodeDB.cpp in the device code. */ - uint32 version = 2; + uint32 version = 2; } /* diff --git a/localonly.proto b/localonly.proto index efd8500..7f7c944 100644 --- a/localonly.proto +++ b/localonly.proto @@ -50,7 +50,7 @@ message LocalConfig { * incompatible changes This integer is set at build time and is private to * NodeDB.cpp in the device code. */ - uint32 version = 7; + uint32 version = 7; } message LocalModuleConfig {