Skip to content

Commit

Permalink
cargo clippy (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov authored Jun 26, 2024
1 parent f8e81fc commit fc19980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig-provider/sig-provider/src/sources/sigeth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mod json {
pub struct SigTypes {
pub function: Option<SigMap>,
pub event: Option<SigMap>,
pub error: Option<SigMap>,
pub _error: Option<SigMap>,
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit fc19980

Please sign in to comment.