Skip to content

Commit c66420b

Browse files
committed
apply cargo fmt
1 parent db7b4f2 commit c66420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocking/spi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub mod transactional {
134134

135135
impl<W: 'static, E, S> super::Transactional<W> for S
136136
where
137-
S: self::Default<W> + Write<W, Error=E> + Transfer<W, Error=E> ,
137+
S: self::Default<W> + Write<W, Error = E> + Transfer<W, Error = E>,
138138
W: Copy + Clone,
139139
{
140140
type Error = E;

0 commit comments

Comments
 (0)