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