Skip to content

Commit 6a9abab

Browse files
committed
fmt
1 parent fbdc2f7 commit 6a9abab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/proof_aggregator/src

aggregation_mode/proof_aggregator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pub mod aggregators;
22
pub mod backend;
33

4-
use std::env;
54
use backend::{config::Config, ProofAggregator};
5+
use std::env;
66
use tracing_subscriber::{EnvFilter, FmtSubscriber};
77

88
fn read_config_filepath_from_args() -> String {

0 commit comments

Comments
 (0)