Skip to content

Commit

Permalink
fix: fmt (#8454)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
LeilaWang authored Sep 9, 2024
1 parent b6cab90 commit 34b4a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pub use reset::{
key_validation_hint::KeyValidationHint,
transient_data::{TransientDataIndexHint, verify_squashed_transient_data},
tree_leaf_read_request::TreeLeafReadRequestHint
};
};
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::{
address::{AztecAddress, EthAddress}, abis::gas_fees::GasFees,
constants::{GLOBAL_VARIABLES_LENGTH},
address::{AztecAddress, EthAddress}, abis::gas_fees::GasFees, constants::GLOBAL_VARIABLES_LENGTH,
traits::{Deserialize, Empty, Serialize}, utils::reader::Reader
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ mod data;
mod storage;
mod validate;

pub use abis::kernel_circuit_public_inputs::{KernelCircuitPublicInputs, PrivateKernelCircuitPublicInputs, PublicKernelCircuitPublicInputs};
pub use abis::kernel_circuit_public_inputs::{KernelCircuitPublicInputs, PrivateKernelCircuitPublicInputs, PublicKernelCircuitPublicInputs};

0 comments on commit 34b4a8a

Please sign in to comment.