mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
fix formatting
This commit is contained in:
@@ -233,7 +233,6 @@ fn run_simulator(
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
|
||||
// Write the shrunk plan to a file
|
||||
let mut f = std::fs::File::create(&paths.shrunk_plan).unwrap();
|
||||
f.write_all(shrunk_plans[0].to_string().as_bytes()).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user