Skip to content

Commit 1313b72

Browse files
committed
Formatted
1 parent 093ea31 commit 1313b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,10 @@ where
693693
#[cfg(test)]
694694
mod tests {
695695
extern crate std;
696-
use std::prelude::rust_2021::*;
697-
use std::vec;
698696
use embedded_hal_mock::eh1::delay::{CheckedDelay, NoopDelay, Transaction as DelayTransaction};
699697
use embedded_hal_mock::eh1::i2c::{Mock, Transaction as I2cTransaction};
698+
use std::prelude::rust_2021::*;
699+
use std::vec;
700700
use uom::ConstZero;
701701

702702
use super::*;

0 commit comments

Comments
 (0)