Skip to content

Commit 18399f9

Browse files
committed
Fixing style
1 parent c9a913b commit 18399f9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/device.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ impl<B: UsbBus> UsbDevice<'_, B> {
593593
2 => lang.product,
594594
3 => lang.serial,
595595
_ => unreachable!(),
596-
597596
}
598597
}
599598
_ => {

src/device_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ impl<'a, B: UsbBus> UsbDeviceBuilder<'a, B> {
169169
heapless::Vec::from_slice(descriptors).map_err(|_| BuilderError::TooManyLanguages)?;
170170

171171
Ok(self)
172-
173172
}
174173

175174
/// Sets the maximum packet size in bytes for the control endpoint 0.

0 commit comments

Comments
 (0)