Skip to content

Commit

Permalink
chore: linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 13, 2025
1 parent 82cc923 commit a558c0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion proto-compiler/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub const DEP_PROTOC_VERSION: f32 = 25.0;
pub const TENDERDASH_REPO: &str = "https://github.com/dashpay/tenderdash";

/// How to generate the protobuf files.
pub enum GenerationMode {
/// Generate the files using `tonic` and put them into `tenderdash_grpc`
/// module.
Expand Down
2 changes: 1 addition & 1 deletion proto-compiler/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub mod meta {{
tenderdash_commitish(),
abci_ver,
td_ver,
mode.to_string(),
mode,
);

let mut file =
Expand Down

0 comments on commit a558c0a

Please sign in to comment.