From 862a3b67d701b3c124e1b682db0cee5fc5b711da Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 3 Jan 2020 23:53:24 +0100 Subject: Cargo fmt --- tests/zotapi.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/zotapi.rs b/tests/zotapi.rs index e22ba30..1621af1 100644 --- a/tests/zotapi.rs +++ b/tests/zotapi.rs @@ -74,9 +74,7 @@ fn create_new_post() { .with_body("{}") .create(); - let _res = zotapi::item() - .body("This is a test") - .create(&client()); + let _res = zotapi::item().body("This is a test").create(&client()); m.assert(); } -- cgit v1.2.3