From c4025fbb7b998f4eff600118f40869927872074c Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 27 Jun 2024 14:35:43 -0700 Subject: [PATCH] fmt Signed-off-by: tison --- src/mito2/src/sst/index/applier.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mito2/src/sst/index/applier.rs b/src/mito2/src/sst/index/applier.rs index 44f55b362daa..da06361568f5 100644 --- a/src/mito2/src/sst/index/applier.rs +++ b/src/mito2/src/sst/index/applier.rs @@ -27,7 +27,10 @@ use snafu::{OptionExt, ResultExt}; use store_api::storage::RegionId; use crate::cache::file_cache::{FileCacheRef, FileType, IndexKey}; -use crate::error::{ApplyIndexSnafu, OpenDalSnafu, PuffinBlobTypeNotFoundSnafu, PuffinReadBlobSnafu, PuffinReadMetadataSnafu, Result}; +use crate::error::{ + ApplyIndexSnafu, OpenDalSnafu, PuffinBlobTypeNotFoundSnafu, PuffinReadBlobSnafu, + PuffinReadMetadataSnafu, Result, +}; use crate::metrics::{ INDEX_APPLY_ELAPSED, INDEX_APPLY_MEMORY_USAGE, INDEX_PUFFIN_READ_BYTES_TOTAL, INDEX_PUFFIN_READ_OP_TOTAL, INDEX_PUFFIN_SEEK_OP_TOTAL,