aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/outdated_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/outdated_command.rs')
-rw-r--r--crates/shirabe/src/command/outdated_command.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/shirabe/src/command/outdated_command.rs b/crates/shirabe/src/command/outdated_command.rs
index 16a4ac5..3281723 100644
--- a/crates/shirabe/src/command/outdated_command.rs
+++ b/crates/shirabe/src/command/outdated_command.rs
@@ -227,10 +227,7 @@ impl Command for OutdatedCommand {
.shared()
};
- Ok(
- crate::console::application::Application::run(&application, Some(input), Some(output))?
- as i64,
- )
+ Ok(application.run(Some(input), Some(output))? as i64)
}
fn initialize(