mirror of
https://github.com/esphome/esphome.git
synced 2025-07-29 22:56:37 +00:00
make clang-tidy happy
This commit is contained in:
parent
9ac38ff8d0
commit
48128d965e
@ -908,8 +908,10 @@ class ProtoService {
|
||||
this->on_unauthenticated_access();
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user