Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Nov 20, 2023
1 parent 433c390 commit ccc0b15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions infrastructure/tari_script/src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,7 @@ fn counter(values: [u8; 6], item: &StackItem) -> [u8; 6] {
mod test {
use blake2::Blake2b;
use borsh::{BorshDeserialize, BorshSerialize};
use digest::{
consts::U32,
Digest,
};
use digest::{consts::U32, Digest};
use rand::rngs::OsRng;
use tari_crypto::{
keys::{PublicKey, SecretKey},
Expand Down

0 comments on commit ccc0b15

Please sign in to comment.