From e16fcff80e899aefbe942e8ee206e2d4cc8bf579 Mon Sep 17 00:00:00 2001 From: Robert Bartlensky Date: Sun, 16 Jul 2023 22:38:01 +0100 Subject: Add some `cargo-fmt` changes. --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f112904..c61f997 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -180,7 +180,10 @@ fn run_with_repo(config: &Config, repo: &git2::Repository) -> Result<()> { // cases, might be helpful to just match the first commit touching the same // file as the current hunk. Use this option with care! if config.whole_file { - debug!(c_logger, "Commit touches the hunk file and match whole file is enabled"); + debug!( + c_logger, + "Commit touches the hunk file and match whole file is enabled" + ); dest_commit = Some(commit); break 'commit; } -- cgit v1.2.3