Merge pull request #2591 from quickwit-oss/cargo-fmt

Cargo fmt
This commit is contained in:
Paul Masurel
2025-03-05 11:08:06 +01:00
committed by GitHub

View File

@@ -291,7 +291,7 @@ impl SegmentUpdater {
.thread_name(|i| format!("merge_thread_{i}"))
.num_threads(num_merge_threads)
.panic_handler(move |panic| {
// We don't print the panic content itself,
// We don't print the panic content itself,
// it is already printed during the unwinding
if let Some(message) = panic.downcast_ref::<&str>() {
if *message != PANIC_CAUGHT {