mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 21:32:21 +01:00
make clang-tidy happy
This commit is contained in:
@@ -908,8 +908,10 @@ class ProtoService {
|
||||
this->on_unauthenticated_access();
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user