Commit 327bc7e5 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 645d595e
...@@ -180,7 +180,7 @@ private: ...@@ -180,7 +180,7 @@ private:
}; };
return { return {
std::move(helper), std::move(helper),
std::move(error_handler) std::move(error_handler),
}; };
} }
......
...@@ -23,7 +23,7 @@ namespace { ...@@ -23,7 +23,7 @@ namespace {
struct testee_state { struct testee_state {
event_based_actor* self; event_based_actor* self;
disposable pending; disposable pending;
bool run_delayed_called=false; bool run_delayed_called = false;
testee_state(event_based_actor* self) : self(self) { testee_state(event_based_actor* self) : self(self) {
// nop // nop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment