Skip to content

Commit

Permalink
app: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Jan 26, 2024
1 parent 34be4df commit 1d368d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/core/component/stake/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ use penumbra_distributions::component::StateReadExt as _;
use penumbra_num::{fixpoint::U128x128, Amount};
use penumbra_proto::{state::future::DomainFuture, StateReadProto, StateWriteProto};
use penumbra_sct::CommitmentSource;
use penumbra_shielded_pool::{
component::{NoteManager, SupplyRead, SupplyWrite},
};
use penumbra_shielded_pool::component::{NoteManager, SupplyRead, SupplyWrite};
use sha2::{Digest, Sha256};
use tendermint::validator::Update;
use tendermint::{
Expand Down

0 comments on commit 1d368d4

Please sign in to comment.