Unverified Commit a8a3df79 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Integrate review feedback

Co-authored-by: default avatarNoir <josephnoir@users.noreply.github.com>
parent f1d7e9ce
......@@ -45,7 +45,7 @@ struct int_actor_state {
using int_actor_impl = int_actor::stateful_impl<int_actor_state>;
struct fixture : test_coordinator_fixture<> {
int_actor spawn_int_actor(int_actor_state ::init_fn init) {
int_actor spawn_int_actor(int_actor_state::init_fn init) {
return sys.spawn<int_actor_impl>(std::move(init));
}
};
......
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