Skip to content

Commit

Permalink
qr code maker
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault committed Jan 12, 2024
1 parent 596d80f commit 43e4d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn main() -> anyhow::Result<()> {
log::info!("saved {name:?} to {out:?}");
image
.save(out.join(&name))
.context(format!("writing {name:?}"))?
.context(format!("writing {name:?}"))?;
}
Ok(())
}
Expand Down

0 comments on commit 43e4d6b

Please sign in to comment.