Skip to content

Commit

Permalink
style: 🛁 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Dec 31, 2024
1 parent 6395325 commit 6fd7c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{
fn get_rust_crate_diffs<P: AsRef<Path>>(repo_path: P) -> anyhow::Result<String> {
let repo = Repo::new(repo_path.as_ref()).with_context(|| {
format!(
"Failed to open repo at `{}`, check the path is correct.",
"Failed to open repo at `{}`. Check the path is correct.",
repo_path.as_ref().display()
)
})?;
Expand Down

0 comments on commit 6fd7c6e

Please sign in to comment.