mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16: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();
|
this->on_unauthenticated_access();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
return true;
|
return true;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user