Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Oct 2, 2024
1 parent 2720dee commit 1e75155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forky_cli/src/auto_mod/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn run() -> Result<()> {
}
Ok(())
})
.collect::<Result<_>>()?;
.collect::<Result<Vec<()>>>()?;
terminal::show_cursor();
Ok(())
}
Expand Down

0 comments on commit 1e75155

Please sign in to comment.