diff options
Diffstat (limited to 'examples/zot/abconfig.rs')
-rw-r--r-- | examples/zot/abconfig.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zot/abconfig.rs b/examples/zot/abconfig.rs index cc478ef..54d555c 100644 --- a/examples/zot/abconfig.rs +++ b/examples/zot/abconfig.rs @@ -21,7 +21,7 @@ pub fn fetch(client: &zotapi::Client) { match client.abconfig().fetch() { Ok(payload) => { println!("{}", payload); - }, + } Err(e) => { println!("{:?}", e); } |