Skip to content

Commit 9929139

Browse files
runningcodeclaude
andcommitted
style: Apply rustfmt formatting
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fa69b99 commit 9929139

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/utils/vcs.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ fn find_merge_base_ref(
294294

295295
// Return the merge-base commit SHA as the base reference
296296
let merge_base_sha = merge_base_oid.to_string();
297-
debug!("Found merge-base commit as base reference: {}", merge_base_sha);
297+
debug!(
298+
"Found merge-base commit as base reference: {}",
299+
merge_base_sha
300+
);
298301
Ok(Some(merge_base_sha))
299302
}
300303

0 commit comments

Comments
 (0)