Skip to content

Commit

Permalink
Update examples/pod_paged.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
Signed-off-by: Guilherme Oenning <me@goenning.net>
  • Loading branch information
goenning and nightkr authored Aug 10, 2022
1 parent 0e6d7d5 commit 7038f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pod_paged.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async fn main() -> anyhow::Result<()> {
loop {
page = page + 1;

info!("Fetching Page #{}", page);
info!("Fetching Page #{page}");
continue_token = fetch_page(&api, continue_token).await?;

if continue_token.is_none() {
Expand Down

0 comments on commit 7038f15

Please sign in to comment.