From 16a56f12cd2e66e10f8bb5e2c4026d3a7148e680 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 2 Jan 2020 21:10:55 +0100 Subject: Cargo fmt --- examples/zot/xchan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/zot/xchan.rs') diff --git a/examples/zot/xchan.rs b/examples/zot/xchan.rs index d37328d..d2d73d0 100644 --- a/examples/zot/xchan.rs +++ b/examples/zot/xchan.rs @@ -33,7 +33,7 @@ pub fn fetch(client: &zotapi::Client, _raw: bool, t: Type, id: &str) { match res { Ok(payload) => { println!("{}", payload); - }, + } Err(e) => { println!("{:?}", e); } -- cgit v1.2.3