Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Jan 10, 2025
1 parent 15ce3c7 commit 686d769
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pageserver/src/tenant/timeline/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,8 @@ impl DeleteTimelineFlow {
) -> Result<(), DeleteTimelineError> {
super::debug_assert_current_span_has_tenant_and_timeline_id();

let (timeline, mut guard) = make_timeline_delete_guard(
tenant,
timeline_id,
TimelineDeleteGuardKind::Delete,
)?;
let (timeline, mut guard) =
make_timeline_delete_guard(tenant, timeline_id, TimelineDeleteGuardKind::Delete)?;

guard.mark_in_progress()?;

Expand Down

0 comments on commit 686d769

Please sign in to comment.