Skip to content

Commit

Permalink
Minor fix or Rust code format (because of cargo fmt error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Mar 5, 2024
1 parent 490e60a commit 2c085b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_primitives/src/transaction/components.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//! Structs representing the components within Zcash transactions.

pub mod amount;
pub mod note;
pub mod orchard;
pub mod sapling;
pub mod sprout;
pub mod transparent;
pub mod tze;
pub mod note;

pub use self::{
amount::Amount,
Expand Down

0 comments on commit 2c085b1

Please sign in to comment.