chore: run fmt

pull/24376/head
Nga Tran 2021-05-19 15:28:44 -04:00
parent 11561111d5
commit 51de37e752
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
//! mode as well as for arbitrary other predicates that are expressed
//! by DataFusion's `Expr` type.
use std::{collections::{BTreeSet, HashSet}, fmt};
use std::{
collections::{BTreeSet, HashSet},
fmt,
};
use data_types::timestamp::TimestampRange;
use datafusion::{