diff --git a/src/section_runner.rs b/src/section_runner.rs index 17b34d0..8d45b13 100644 --- a/src/section_runner.rs +++ b/src/section_runner.rs @@ -317,8 +317,6 @@ impl Handler for SectionRunnerActor { self.inner.did_change = true; ctx.notify(Process); - - () } }