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