fix a cargo fmt mistake

This commit is contained in:
Daniella / Tove 2022-10-15 13:52:11 +02:00
parent fb13a871a3
commit 1158a31a5f

View file

@ -345,7 +345,8 @@ async fn main() {
// n number of previously encoded gifs * 25 frames per second * 5 seconds
{
let i = i + 1; // because ffmpeg starts counting at 1 :p
// Decode frame
// Decode frame
let decoder = Decoder::new(
File::open(format!("vid/{i}.png"))
.expect(format!("encode: unable to read vid/{i}.png").as_str()),