style: run cargo +nightly fmt

This commit is contained in:
Marvin Jones 2026-07-01 10:06:05 -04:00
parent ca31bd7e46
commit 376e0c367e

View File

@ -2,7 +2,8 @@ use std::collections::{BTreeSet, HashMap, HashSet};
use borsh::{BorshDeserialize, BorshSerialize};
use lee_core::{
BlockId, Commitment, CommitmentSetDigest, DUMMY_COMMITMENT, MembershipProof, Nullifier, Timestamp,
BlockId, Commitment, CommitmentSetDigest, DUMMY_COMMITMENT, MembershipProof, Nullifier,
Timestamp,
account::{Account, AccountId},
program::ProgramId,
};