Skip to content

Commit b5d4d79

Browse files
committed
cargo fmt
1 parent e4a56e1 commit b5d4d79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

influxdb/tests/integration_tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,7 @@ async fn test_json_query_tagged() {
520520
/// is equal to the data which was written to the database
521521
/// (tested with tokio)
522522
#[tokio::test]
523-
#[cfg(all(
524-
feature = "serde",
525-
not(any(tarpaulin_include))
526-
))]
523+
#[cfg(all(feature = "serde", not(any(tarpaulin_include))))]
527524
async fn test_json_query_vec() {
528525
const TEST_NAME: &str = "test_json_query_vec";
529526

0 commit comments

Comments
 (0)