Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
wxitcode authored and sirhcel committed Jun 16, 2023
1 parent 41b06b6 commit 3cdc1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl fmt::Debug for dyn SerialPort {
write!(f, "name: {} ", n)?;
};
if let Ok(b) = self.baud_rate().as_ref() {
write!(f, "baud_rate: {}", b)?;
write!(f, "baud_rate: {} ", b)?;
};
if let Ok(b) = self.data_bits().as_ref() {
write!(f, "data_bits: {} ", b)?;
Expand Down

0 comments on commit 3cdc1a5

Please sign in to comment.