Skip to content

Commit

Permalink
cargo fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuter committed Feb 22, 2021
1 parent a411b1d commit 0fb7e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ use crate::prometheus_reporter::PrometheusReporter;
use clap::{clap_app, ArgMatches};
use core::fmt;
use std::net::SocketAddr;
use std::process::exit;
use std::str::FromStr;
use std::sync::Arc;
use tokio::io;
use std::process::exit;

#[derive(Clone, Debug)]
pub enum BenchmarkMode {
Expand Down

0 comments on commit 0fb7e33

Please sign in to comment.