Skip to content

Commit

Permalink
chore: test ci :trol:
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp-Eyes committed May 15, 2024
1 parent 8938c9b commit 7d6738b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ fn main() {
500,
100,
100,
200,
200,
300,
300,
))
}

let _new_buf = merge_frames(data, 200, 200);
let _new_buf = merge_frames(data, 300, 300);

// If this is reached, everything worked, yay!
println!("we did a thing");
Expand Down

0 comments on commit 7d6738b

Please sign in to comment.