From 7ddb7eddec3b928947b52f715aaf4821a818ebee Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 7 Jul 2022 00:34:43 +0300 Subject: format using rustfmt --- kittybox-rs/src/metrics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kittybox-rs/src/metrics.rs') diff --git a/kittybox-rs/src/metrics.rs b/kittybox-rs/src/metrics.rs index 48f5d9b..e13fcb9 100644 --- a/kittybox-rs/src/metrics.rs +++ b/kittybox-rs/src/metrics.rs @@ -1,8 +1,8 @@ #![allow(unused_imports, dead_code)] use async_trait::async_trait; use lazy_static::lazy_static; -use std::time::{Duration, Instant}; use prometheus::Encoder; +use std::time::{Duration, Instant}; // TODO: Vendor in the Metrics struct from warp_prometheus and rework the path matching algorithm -- cgit 1.4.1