From 3d3db9673437ac76d56bd5c78dedea683775dff7 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 19 Jul 2022 12:11:13 +0200 Subject: [PATCH] style(integration-tests): minor rust fmt fixes --- testing/matrix-sdk-integration-testing/src/tests.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/matrix-sdk-integration-testing/src/tests.rs b/testing/matrix-sdk-integration-testing/src/tests.rs index 486136bbd..d116c46b4 100644 --- a/testing/matrix-sdk-integration-testing/src/tests.rs +++ b/testing/matrix-sdk-integration-testing/src/tests.rs @@ -4,9 +4,7 @@ use anyhow::Result; use assign::assign; use lazy_static::lazy_static; use matrix_sdk::{ - ruma::api::client::{ - account::register::v3::Request as RegistrationRequest, uiaa, - }, + ruma::api::client::{account::register::v3::Request as RegistrationRequest, uiaa}, store::make_store_config, Client, };