Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed May 3, 2024
1 parent 89a3b79 commit 50fa16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub mod signing;
pub mod spendpolicy;
pub mod transactions;

pub(crate) mod specifier;
pub(crate) mod blake2b;
pub(crate) mod specifier;

pub use address::*;
pub use consensus::*;
Expand Down
2 changes: 1 addition & 1 deletion src/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::time::SystemTime;

use crate::consensus::ChainIndex;
use crate::encoding::{to_writer, SerializeError};
use crate::specifier::{specifier,Specifier};
use crate::specifier::{specifier, Specifier};
use crate::transactions::{CoveredFields, Transaction};
use crate::{Hash256, HexParseError};
use blake2b_simd::Params;
Expand Down

0 comments on commit 50fa16e

Please sign in to comment.