Skip to content

Commit

Permalink
chore(style): make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
PsiACE committed Jul 11, 2022
1 parent 1d55bad commit 0db2535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ bincode = { git = "https://github.com/datafuse-extras/bincode", rev = "fd3f9ff"
sqlparser = { git = "https://github.com/datafuse-extras/sqlparser-rs", rev = "269dffd" }

# Crates.io dependencies
atomic_refcell = "0.1.8"
ahash = "0.7.6"
async-channel = "1.6.1"
async-compat = "0.2.1"
async-recursion = "1.0.0"
async-stream = "0.3.3"
atomic_refcell = "0.1.8"
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
backon = "0.0.2"
base64 = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion query/src/api/rpc/exchange/exchange_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
use std::collections::hash_map::Entry;
use std::collections::HashMap;
use std::sync::Arc;
use atomic_refcell::AtomicRefCell;

use async_channel::Sender;
use atomic_refcell::AtomicRefCell;
use common_arrow::arrow_format::flight::data::FlightData;
use common_base::base::tokio::sync::Notify;
use common_base::base::tokio::task::JoinHandle;
Expand Down

0 comments on commit 0db2535

Please sign in to comment.