From f2efe3bb3e38a5204bd354747b3581a9bd557db5 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 21 May 2026 09:11:54 +0800 Subject: [PATCH] chore: fmt --- src/datanode/src/datanode.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/datanode/src/datanode.rs b/src/datanode/src/datanode.rs index 243193bc59..9a2fe3d982 100644 --- a/src/datanode/src/datanode.rs +++ b/src/datanode/src/datanode.rs @@ -21,9 +21,7 @@ use std::time::{Duration, Instant}; use common_base::Plugins; use common_error::ext::BoxedError; use common_greptimedb_telemetry::GreptimeDBTelemetryTask; -use common_meta::cache::{ - LayeredCacheRegistry, SchemaCacheRef, TableSchemaCacheRef, -}; +use common_meta::cache::{LayeredCacheRegistry, SchemaCacheRef, TableSchemaCacheRef}; use common_meta::cache_invalidator::CacheInvalidatorRef; use common_meta::datanode::TopicStatsReporter; use common_meta::key::runtime_switch::RuntimeSwitchManager;