Skip to content

Commit

Permalink
Improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 27, 2022
1 parent 9f0da14 commit 057e183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/automator/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub async fn run() -> anyhow::Result<()> {
.as_markdown(8, args.for_readme)
.context("Failed to format sponsors")?;

println!("{sponsors:#?}");
println!("{sponsors}");

todo!("Querying sponsors is not supported yet.")
}
Expand Down

0 comments on commit 057e183

Please sign in to comment.