From c099c61cc61214d7e5a7bd5eeb74a52afd4609bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 22 Oct 2022 15:56:39 +0200 Subject: [PATCH] make linter happy --- config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index 68d093f..77cd749 100644 --- a/config.proto +++ b/config.proto @@ -278,7 +278,7 @@ message Config { STATIC = 1; } - message ethConfig { + message EthConfig { /* * Static IP address */ @@ -340,7 +340,7 @@ message Config { /* * struct to keep static address */ - ethConfig eth_config = 8; + EthConfig eth_config = 8; } /*