Browse Source

Fix warning in section_runner.rs

master
Alex Mikhalev 4 years ago
parent
commit
25987475dd
  1. 2
      src/section_runner.rs

2
src/section_runner.rs

@ -317,8 +317,6 @@ impl Handler<QueueRun> for SectionRunnerActor {
self.inner.did_change = true; self.inner.did_change = true;
ctx.notify(Process); ctx.notify(Process);
()
} }
} }

Loading…
Cancel
Save