fix formatting

This commit is contained in:
alpaylan
2025-02-08 15:41:57 -05:00
parent 69d72da837
commit 7ddbcf07af

View File

@@ -63,7 +63,6 @@ impl InteractionPlan {
let mut k = 0;
while k < plan[j].len() {
if i >= interactions.len() {
let _ = plan.split_off(j + 1);
let _ = plan[j].split_off(k);