Skip to content

Commit 92107d3

Browse files
authored
Merge pull request #6 from rodneylab/style__linting
style: 🛁 linting
2 parents 6395325 + 6fd7c6e commit 92107d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use crate::{
1919
fn get_rust_crate_diffs<P: AsRef<Path>>(repo_path: P) -> anyhow::Result<String> {
2020
let repo = Repo::new(repo_path.as_ref()).with_context(|| {
2121
format!(
22-
"Failed to open repo at `{}`, check the path is correct.",
22+
"Failed to open repo at `{}`. Check the path is correct.",
2323
repo_path.as_ref().display()
2424
)
2525
})?;

0 commit comments

Comments
 (0)