tsk-44: Code formatting
All checks were successful
Rust Build / Check (pull_request) Successful in 31s
Rust Build / build (pull_request) Successful in 31s
Rust Build / Test Suite (pull_request) Successful in 34s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 28s

This commit is contained in:
2025-10-21 12:16:05 -04:00
parent 1bb31d7da7
commit 1547021c87

View File

@@ -9,7 +9,6 @@ pub mod test_util {
use rand::Rng;
// Function to save a Vec<u8> to a file
pub fn save_bytes_to_file(bytes: &[u8], file_path: &String) -> io::Result<()> {
let file = std::path::Path::new(file_path);