Skip to content

Commit

Permalink
chore: skip fmt of generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Apr 8, 2024
1 parent 519d10a commit 270d86f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ use bytes::{Buf, BufMut};
pub use error::Error;
use prost::{encoding::encoded_len_varint, Message};
#[cfg(not(feature = "std"))]
#[rustfmt::skip]
pub mod tenderdash_nostd;
#[cfg(not(feature = "std"))]
pub use tenderdash_nostd::*;

#[cfg(feature = "std")]
#[rustfmt::skip]
pub mod tenderdash_std;
#[cfg(feature = "std")]
pub use tenderdash_std::*;
Expand Down

0 comments on commit 270d86f

Please sign in to comment.