Pretty print
This commit is contained in:
parent
9621b91f7c
commit
5d5a9b863d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pub async fn main() -> Result<(), Error> {
|
||||||
let instance_details = crawl(start_instances, max_crawl_depth).await?;
|
let instance_details = crawl(start_instances, max_crawl_depth).await?;
|
||||||
let total_stats = aggregate(instance_details);
|
let total_stats = aggregate(instance_details);
|
||||||
|
|
||||||
println!("{}", serde_json::to_string(&total_stats)?);
|
println!("{}", serde_json::to_string_pretty(&total_stats)?);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue