Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Mar 5, 2024
1 parent 636809f commit 2a58378
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pageserver/src/tenant/timeline/compaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ struct CompactLevel0Phase1Result {
deltas_to_compact: Vec<Layer>,
}


#[derive(Default)]
struct CompactLevel0Phase1StatsBuilder {
version: Option<u64>,
Expand Down Expand Up @@ -731,7 +730,6 @@ impl TryFrom<CompactLevel0Phase1StatsBuilder> for CompactLevel0Phase1Stats {
}

impl Timeline {

/// Entry point for new tiered compaction algorithm.
///
/// All the real work is in the implementation in the pageserver_compaction
Expand Down

0 comments on commit 2a58378

Please sign in to comment.