Skip to content

Commit 65e6cd1

Browse files
Fmt
1 parent 5fbd059 commit 65e6cd1

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/args.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ pub struct DftArgs {
9292
#[clap(short = 'n', help = "Set the number of benchmark iterations to run")]
9393
pub benchmark_iterations: Option<usize>,
9494

95-
#[clap(
96-
long,
97-
help = "Host address to connect to"
98-
)]
95+
#[clap(long, help = "Host address to connect to")]
9996
pub host: Option<String>,
10097

10198
#[clap(

tests/server_cases/flightsql.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ pub async fn test_flightsql_custom_host() {
6666

6767
assert.stdout(contains_str(expected));
6868
}
69-

tests/server_cases/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
pub mod flightsql;
1919
#[cfg(feature = "http")]
2020
pub mod http;
21-

0 commit comments

Comments
 (0)