Skip to content

Commit 5afada5

Browse files
committed
fmt
1 parent 50fc39b commit 5afada5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/subcommand/utils.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ use tracing::warn;
8484

8585
use super::remove::ask_user_do_as_i_say;
8686

87-
pub(crate) fn handle_no_result(
88-
no_result: Vec<&str>,
89-
no_progress: bool,
90-
) -> Result<(), OutputError> {
87+
pub(crate) fn handle_no_result(no_result: Vec<&str>, no_progress: bool) -> Result<(), OutputError> {
9188
if no_result.is_empty() {
9289
return Ok(());
9390
}

0 commit comments

Comments
 (0)