clang-format
This commit is contained in:
parent
bc7a59b75b
commit
9d8e5dae56
|
@ -27,7 +27,6 @@ namespace ratgdo {
|
|||
std::vector<std::function<void(Ts...)>> callbacks_;
|
||||
};
|
||||
|
||||
|
||||
template <typename... X>
|
||||
class ExpiringCallbacks;
|
||||
|
||||
|
@ -70,6 +69,5 @@ namespace ratgdo {
|
|||
std::vector<std::pair<uint32_t, std::function<void(Ts...)>>> callbacks_;
|
||||
};
|
||||
|
||||
|
||||
} // namespace ratgdo
|
||||
} // namespace esphome
|
||||
|
|
Loading…
Reference in New Issue