Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Hartwig committed Jan 12, 2024
1 parent b599eaa commit be30c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/src/message.rs
Expand Up @@ -120,7 +120,7 @@ pub enum ProtocolError {
#[cfg_attr(any(test, feature = "std"), derive(thiserror::Error))]
pub enum HwError {
/// The FPGA reported an I2C error (deprecated)
///
///
/// This error has been deprecated in favor of the more explicit and
/// informative errors below (NotPresent, NotPowered, PowerFault,
/// NotInitialized, I2cAddressNack, I2cByteNack). It is being maintained
Expand Down

0 comments on commit be30c2d

Please sign in to comment.