Skip to content

Commit c99bbdb

Browse files
committed
Remove trailing space
1 parent 5842633 commit c99bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-hal-async/src/spi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub unsafe trait SpiDevice: ErrorType {
163163
/// **NOTE:**
164164
/// It is not recommended to use this method directly, because it requires `unsafe` code to dereference the raw pointer.
165165
/// Instead, the [`transaction!`] macro should be used, which handles this safely inside the macro.
166-
///
166+
///
167167
/// - Locks the bus
168168
/// - Asserts the CS (Chip Select) pin.
169169
/// - Calls `f` with an exclusive reference to the bus, which can then be used to do transfers against the device.

0 commit comments

Comments
 (0)