This commit is contained in:
toka 2021-03-16 19:26:36 +09:00
parent e4a584c02a
commit 088b54d614

View File

@ -313,7 +313,7 @@ where
self.executor.post_exec(_state, _event_mgr, _input) self.executor.post_exec(_state, _event_mgr, _input)
} }
fn run_target(&mut self, input: &I) -> Result<ExitKind, Error>{ fn run_target(&mut self, input: &I) -> Result<ExitKind, Error> {
self.executor.run_target(input) self.executor.run_target(input)
} }
} }