event/IdleEvent: use auto

This commit is contained in:
Max Kellermann
2020-10-18 19:23:30 +02:00
parent 442dd5e955
commit b5750afb24

View File

@@ -60,7 +60,7 @@ public:
Cancel(); Cancel();
} }
EventLoop &GetEventLoop() const noexcept { auto &GetEventLoop() const noexcept {
return loop; return loop;
} }