From f75e1c59aacf5ce668fd327e4e3d827511661c2a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 8 Jan 2026 00:50:54 +0000 Subject: chore: cargo fmt --- src/git/authorization.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/git/authorization.rs') diff --git a/src/git/authorization.rs b/src/git/authorization.rs index fbddb98..7502a52 100644 --- a/src/git/authorization.rs +++ b/src/git/authorization.rs @@ -134,11 +134,11 @@ pub async fn authorize_push( e ))); } - + // Create placeholder for git-data-first scenario // This allows cleanup if the PR event never arrives purgatory.add_pr_placeholder(event_id_hex.to_string(), new_oid.clone()); - + debug!( "Created placeholder for {} - awaiting PR event (will expire in 30min if event doesn't arrive)", event_id_hex -- cgit v1.2.3