changeset 158:51320cdc42ed

cargo fmt
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 19:55:30 +0100
parents dc324831e47e
children 38bf78b7cf8a
files test_integration/src/lib.rs
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test_integration/src/lib.rs	Tue Oct 27 19:55:20 2020 +0100
+++ b/test_integration/src/lib.rs	Tue Oct 27 19:55:30 2020 +0100
@@ -120,7 +120,9 @@
         // Mandatory for token fetching.
         let _om = oauth_mock();
 
-        let mock = mockito::mock("PUT", "/integrationAPI/files/file_id_to_copy/copy").with_status(200).create();
+        let mock = mockito::mock("PUT", "/integrationAPI/files/file_id_to_copy/copy")
+            .with_status(200)
+            .create();
 
         let mut fsp = inttest::FilesCopyParams::default();
         fsp.file_id = "file_id_to_copy".into();