Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ca5b17c authored by Myles Watson's avatar Myles Watson
Browse files

test_vendor: White space fix in vendor manager

Change-Id: I00f2e40ba29a84fd3733b99abafc8e5b9961de7d
parent dd7760ec
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -42,9 +42,8 @@ bool VendorManager::Initialize() {

  controller_.RegisterEventChannel([this](std::unique_ptr<EventPacket> event) {
    EventPacket evt = *event;
    async_manager_.ExecAsync(std::chrono::milliseconds(0), [evt,this]() {
      transport_.PostEvent(evt);
    });
    async_manager_.ExecAsync(std::chrono::milliseconds(0),
                             [evt, this]() { transport_.PostEvent(evt); });
  });

  controller_.RegisterTaskScheduler(