Commit a1a997a7 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent a44552ce
...@@ -32,11 +32,9 @@ namespace { ...@@ -32,11 +32,9 @@ namespace {
behavior testee_impl(event_based_actor* self) { behavior testee_impl(event_based_actor* self) {
self->set_default_handler(drop); self->set_default_handler(drop);
return { return {[] {
[] { // nop
// nop }};
}
};
} }
struct fixture : test_coordinator_fixture<> { struct fixture : test_coordinator_fixture<> {
...@@ -53,7 +51,7 @@ struct fixture : test_coordinator_fixture<> { ...@@ -53,7 +51,7 @@ struct fixture : test_coordinator_fixture<> {
} }
}; };
} // namespace <anonymous> } // namespace
CAF_TEST_FIXTURE_SCOPE(sender_tests, fixture) CAF_TEST_FIXTURE_SCOPE(sender_tests, fixture)
......
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