Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 5ecea83

Browse files
committed
formatting
1 parent 8b419da commit 5ecea83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/datafusion/examples/flight-client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use flight::Ticket;
2121

2222
#[tokio::main]
2323
async fn main() -> Result<(), Box<dyn std::error::Error>> {
24-
2524
let mut client = FlightServiceClient::connect("http://localhost:50051").await?;
2625

2726
let request = tonic::Request::new(Ticket {

0 commit comments

Comments
 (0)