Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey committed Jun 13, 2024
1 parent 7eb1fe9 commit 4c1d5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_primitives/src/transaction/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ use crate::{
#[cfg(feature = "transparent-inputs")]
use crate::transaction::components::transparent::builder::TransparentInputInfo;

use orchard::note::AssetBase;
#[cfg(not(feature = "transparent-inputs"))]
use std::convert::Infallible;
use orchard::note::AssetBase;

#[cfg(zcash_unstable = "zfuture")]
use crate::{
Expand Down

0 comments on commit 4c1d5c9

Please sign in to comment.