Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Jan 16, 2024
1 parent 34c9351 commit 50f4c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmrs/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Error types
pub use eyre::{Result};
pub use eyre::Result;

use tendermint::Hash;
use thiserror::Error;
Expand Down

0 comments on commit 50f4c3a

Please sign in to comment.