Skip to content

Commit

Permalink
style(objectarium): make linter happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed May 2, 2023
1 parent f3dc094 commit 9725c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/okp4-objectarium/src/compress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl CompressionAlgorithm {
}
}

#[derive(Error, Debug, PartialEq)]
#[derive(Error, Debug, PartialEq, Eq)]
pub enum CompressionError {
#[error("{0}")]
Error(String),
Expand Down

0 comments on commit 9725c77

Please sign in to comment.