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

Commit c830a115 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "test_vendor: White space fix in vendor manager"

parents fc552105 2ca5b17c
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(