From a9caaafadb6f4018ca370ebc9132294e80439df9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 22:03:14 -0700 Subject: rustfmt --- rust/src/auth.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rust/src/auth.rs') diff --git a/rust/src/auth.rs b/rust/src/auth.rs index a62c2f58..1f0a1193 100644 --- a/rust/src/auth.rs +++ b/rust/src/auth.rs @@ -298,7 +298,10 @@ impl AuthConfectionary { created = Some(ts); break; } else { - info!("couldn't parse macaroon time constraint: {}", caveat.predicate()); + info!( + "couldn't parse macaroon time constraint: {}", + caveat.predicate() + ); } } } -- cgit v1.2.3