mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
fix formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user