Commit a1a997a7 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

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