From a9caaafadb6f4018ca370ebc9132294e80439df9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 22:03:14 -0700 Subject: rustfmt --- rust/tests/test_auth.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rust/tests') diff --git a/rust/tests/test_auth.rs b/rust/tests/test_auth.rs index 2faf78ec..a9e7cbb0 100644 --- a/rust/tests/test_auth.rs +++ b/rust/tests/test_auth.rs @@ -35,7 +35,9 @@ fn test_auth_db() { assert_eq!(editor_row.id, editor_id.to_uuid()); // create token w/ expiration - let token = c.create_token(editor_id, Some(chrono::Duration::days(1))).unwrap(); + let token = c + .create_token(editor_id, Some(chrono::Duration::days(1))) + .unwrap(); // verify token w/ expiration let editor_row = c.parse_macaroon_token(&conn, &token, None).unwrap(); -- cgit v1.2.3