Skip to content

Commit 7285035

Browse files
committed
Cargo fmt fixes
1 parent 332dc07 commit 7285035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-sensors/src/humidity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//! }
4141
//! ```
4242
43-
use crate::sensor::ErrorType;
4443
use crate::decl_threshold_traits;
44+
use crate::sensor::ErrorType;
4545

4646
/// Associates the units relative humidity (RH) samples are measured in with the underlying data type.
4747
pub type Percentage = f32;

embedded-sensors/src/temperature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//! }
4141
//! ```
4242
43-
use crate::sensor::ErrorType;
4443
use crate::decl_threshold_traits;
44+
use crate::sensor::ErrorType;
4545

4646
/// Associates the units temperature samples are measured in with the underlying data type.
4747
pub type DegreesCelsius = f32;

0 commit comments

Comments
 (0)