Skip to content

Commit ffcaa7b

Browse files
author
quentin.schmick
committed
fixing style
1 parent cc362bf commit ffcaa7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Task.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ public function autoCleanup()
208208
Result::query()
209209
->whereIn('id', $rowsToDelete)
210210
->delete();
211-
212211
} while ($rowsToDelete > 0);
213212
} else {
214213
do {
@@ -222,7 +221,6 @@ public function autoCleanup()
222221
Result::query()
223222
->whereIn('id', $rowsToDelete)
224223
->delete();
225-
226224
} while ($rowsToDelete > 0);
227225
}
228226
}

0 commit comments

Comments
 (0)