Skip to content

Commit 580acd1

Browse files
committed
formatting
1 parent 1e70ec5 commit 580acd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! ```
1717
1818
use futures::prelude::*;
19-
use surf::{self, Client as SurfClient, StatusCode, HttpClient};
19+
use surf::{self, Client as SurfClient, HttpClient, StatusCode};
2020

2121
use crate::query::QueryType;
2222
use crate::Error;

0 commit comments

Comments
 (0)