Skip to content

Commit 8087c0a

Browse files
committed
Apply rustfmt
1 parent 1242104 commit 8087c0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/spi.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ impl<SPI: Instance, SCK, MISO, MOSI> Spi<SPI, (SCK, MISO, MOSI), true, u8, Slave
454454
}
455455
}
456456

457-
impl<SPI, SCK, MISO, MOSI, const BIDI: bool, W, OPERATION> Spi<SPI, (SCK, MISO, MOSI), BIDI, W, OPERATION>
457+
impl<SPI, SCK, MISO, MOSI, const BIDI: bool, W, OPERATION>
458+
Spi<SPI, (SCK, MISO, MOSI), BIDI, W, OPERATION>
458459
where
459460
SPI: Instance,
460461
(SCK, MISO, MOSI): Pins<SPI>,

0 commit comments

Comments
 (0)