Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena committed Dec 15, 2023
1 parent 3769b58 commit d7fd8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ pub mod google {
}
}

mod error;
#[allow(warnings)]
mod cometbft;
mod error;
mod tendermint;

use core::{convert::TryFrom, fmt::Display};

use bytes::{Buf, BufMut};
pub use cometbft::*;
pub use error::Error;
use prost::Message;
pub use tendermint::*;
pub use cometbft::*;

pub mod serializers;

Expand Down
2 changes: 1 addition & 1 deletion proto/src/serializers/evidence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ mod v0_38 {
}

mod v1_0 {
use crate::v1_0::types::v1beta1::{evidence, Evidence};
use crate::v1_0::types::v1::{evidence as evidence3, Evidence as Evidence3};
use crate::v1_0::types::v1beta1::{evidence, Evidence};
use serde::{Deserialize, Deserializer, Serialize, Serializer};

impl<'de> Deserialize<'de> for Evidence {
Expand Down

0 comments on commit d7fd8ac

Please sign in to comment.