Commit a09c309f authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 0f3d58c0
......@@ -81,14 +81,14 @@ public:
// nop
}
void before_sending(const local_actor& self,
mailbox_element& element) override {
void
before_sending(const local_actor& self, mailbox_element& element) override {
element.tracing_id.reset(new dummy_tracing_data(self.name()));
}
void before_sending_scheduled(const local_actor& self,
actor_clock::time_point,
mailbox_element& element) override {
void
before_sending_scheduled(const local_actor& self, actor_clock::time_point,
mailbox_element& element) override {
element.tracing_id.reset(new dummy_tracing_data(self.name()));
}
};
......
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