fmt (#23448)
This commit is contained in:
parent
e630eb73d7
commit
26aa18b3f3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue