sensors: Run through clang-format

Change-Id: I64ff0a321a1e95eaac78e8caefbf43a125fd5c84
This commit is contained in:
Bruno Martins
2026-01-13 22:11:39 +00:00
parent c7abe693bd
commit 474ebe1722

View File

@@ -42,7 +42,7 @@ namespace implementation {
class ISensorsEventCallback {
public:
virtual ~ISensorsEventCallback(){};
virtual ~ISensorsEventCallback() {};
virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
};