diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 22:03:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 22:03:14 -0700 |
commit | a9caaafadb6f4018ca370ebc9132294e80439df9 (patch) | |
tree | 303b5ac08fbb88cc66f0665ad7de739824badd16 /rust/src/auth.rs | |
parent | b1b4ecc1d7bc3aaffc6d8f88ad99709867c0dc14 (diff) | |
download | fatcat-a9caaafadb6f4018ca370ebc9132294e80439df9.tar.gz fatcat-a9caaafadb6f4018ca370ebc9132294e80439df9.zip |
rustfmt
Diffstat (limited to 'rust/src/auth.rs')
-rw-r--r-- | rust/src/auth.rs | 5 |
1 files changed, 4 insertions, 1 deletions
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() + ); } } } |