summaryrefslogtreecommitdiffstats
path: root/ipfs-api/examples/dns.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/examples/dns.rs')
-rw-r--r--ipfs-api/examples/dns.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/examples/dns.rs b/ipfs-api/examples/dns.rs
index a4e0450..ec574ab 100644
--- a/ipfs-api/examples/dns.rs
+++ b/ipfs-api/examples/dns.rs
@@ -24,7 +24,7 @@ fn main() {
let dns = core.run(req).expect("dns should resolve");
println!("dns resolves to ({})", &dns.path);
- println!("");
+ println!();
let req = client.file_ls(&dns.path[..]);
let contents = core.run(req).expect("api should return path contents");