Skip to content

Commit

Permalink
style: fixed linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Dec 6, 2024
1 parent daf204c commit b856233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/relayer/src/modules/cosmos_to_eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use crate::{

/// The `CosmosToEthRelayerModule` struct defines the Cosmos to Ethereum relayer module.
#[derive(Clone, Copy, Debug)]
#[allow(clippy::module_name_repetitions)]
pub struct CosmosToEthRelayerModule;

/// The `RelayerModule` defines the relayer module for Cosmos to Ethereum.
Expand Down

0 comments on commit b856233

Please sign in to comment.