Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 14, 2025
1 parent 2459c5e commit 0fa2c56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions sqllogictest-bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,9 @@ async fn update_record<M: MakeConnection>(
}

mod utils {
use std::{
future::Future,
pin::Pin,
task::{Context, Poll},
};
use std::future::Future;
use std::pin::Pin;
use std::task::{Context, Poll};

use tokio::task::{JoinError, JoinHandle};

Expand Down

0 comments on commit 0fa2c56

Please sign in to comment.