From 014d3e3a0aff72bb725eaaa5d15210e253912abf Mon Sep 17 00:00:00 2001 From: Cuong Nguyen Date: Tue, 31 Oct 2023 18:09:16 -0400 Subject: [PATCH] Fix code style --- pageserver/src/metrics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/metrics.rs b/pageserver/src/metrics.rs index 4a7da07e2c15..4f18f4e622fc 100644 --- a/pageserver/src/metrics.rs +++ b/pageserver/src/metrics.rs @@ -8,7 +8,7 @@ use metrics::{ use once_cell::sync::Lazy; use strum::VariantNames; use strum_macros::{EnumVariantNames, IntoStaticStr}; -use utils::id::{TenantId, TimelineId, RegionId}; +use utils::id::{RegionId, TenantId, TimelineId}; /// Prometheus histogram buckets (in seconds) for operations in the critical /// path. In other words, operations that directly affect that latency of user