From 26aa18b3f35c69c2f6395120bee85b481e3a4347 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Wed, 2 Mar 2022 11:54:58 -0600 Subject: [PATCH] fmt (#23448) --- core/src/packet_threshold.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/packet_threshold.rs b/core/src/packet_threshold.rs index f1d534284..b2db08967 100644 --- a/core/src/packet_threshold.rs +++ b/core/src/packet_threshold.rs @@ -55,8 +55,7 @@ impl DynamicPacketToProcessThreshold { #[cfg(test)] mod test { - use super::DynamicPacketToProcessThreshold; - use std::time::Duration; + use {super::DynamicPacketToProcessThreshold, std::time::Duration}; #[test] fn test_dynamic_packet_threshold() {