Upgrade to rustfmt 0.6.0
This commit is contained in:
@@ -227,9 +227,7 @@ pub mod detail {
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum Detail {
|
||||
/// A boolean setting only uses one bit, numbered from LSB.
|
||||
Bool {
|
||||
bit: u8,
|
||||
},
|
||||
Bool { bit: u8 },
|
||||
|
||||
/// A numerical setting uses the whole byte.
|
||||
Num,
|
||||
|
||||
Reference in New Issue
Block a user