Skip to content

Commit

Permalink
Rustfmt Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Sep 8, 2023
1 parent 3c57b9e commit cdf8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/dex/src/batch_swap_output_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ mod tests {
use ark_snark::SNARK;
use decaf377::Bls12_377;
use penumbra_asset::asset;
use penumbra_proof_params::{DummyWitness, generate_test_parameters};
use penumbra_proof_params::{generate_test_parameters, DummyWitness};
use rand_core::OsRng;

use super::*;
Expand Down

0 comments on commit cdf8e38

Please sign in to comment.