Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <chi@neon.tech>
  • Loading branch information
skyzh committed Jun 24, 2024
1 parent c9e56b5 commit d611468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageserver/src/http/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,6 @@ async fn timeline_compact_handler(
if !cfg!(feature = "testing") {
return Err(ApiError::InternalServerError(
anyhow!("enhanced_gc_bottom_most_compaction is only available in testing mode")
.into(),
));
}
flags |= CompactFlags::EnhancedGcBottomMostCompaction;
Expand Down

0 comments on commit d611468

Please sign in to comment.