aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/xchan.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zot/xchan.rs')
-rw-r--r--examples/zot/xchan.rs2
1 files changed, 1 insertions, 1 deletions
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);
}