Skip to content

Commit d5afe76

Browse files
committed
Run cargo fmt.
1 parent 488dfa2 commit d5afe76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/format/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@ impl<'a> defmt::Format for Item<'a> {
371371
match self {
372372
Item::Literal(v) => defmt::write!(f, "Literal {{ {} }}", v),
373373
#[cfg(feature = "alloc")]
374-
Item::OwnedLiteral(_) => {},
374+
Item::OwnedLiteral(_) => {}
375375
Item::Space(v) => defmt::write!(f, "Space {{ {} }}", v),
376376
#[cfg(feature = "alloc")]
377-
Item::OwnedSpace(_) => {},
377+
Item::OwnedSpace(_) => {}
378378
Item::Numeric(u, v) => defmt::write!(f, "Numeric {{ {}, {} }}", u, v),
379379
Item::Fixed(v) => defmt::write!(f, "Fixed {{ {} }}", v),
380380
Item::Error => defmt::write!(f, "Error"),

0 commit comments

Comments
 (0)