make linter happy

This commit is contained in:
Thomas Göttgens 2022-10-22 15:56:39 +02:00 committed by GitHub
parent 415894cd3b
commit c099c61cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
/*