Skip to content

Commit a01eb16

Browse files
committed
Minor Formatting Fix
1 parent 2e01388 commit a01eb16

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
#![allow(dead_code)]
22

3-
extern crate itertools;
4-
5-
extern crate futures;
6-
extern crate reqwest;
7-
extern crate tokio;
8-
93
use futures::Future;
10-
114
use itertools::Itertools;
125
use reqwest::r#async::Client;
6+
137
trait InfluxDbQuery {
148
fn build<'a>(self) -> String;
159
}

0 commit comments

Comments
 (0)