Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusV authored and github-actions[bot] committed Nov 15, 2024
1 parent 2cc78b8 commit 76f83e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Storage/OctaneCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,7 @@ public function wipeStorage(): void
private function clearTable(Table $table): void
{
$table->rewind();
while ($table->valid())
{
while ($table->valid()) {
$table->del($table->key());
$table->next();
}
Expand Down

0 comments on commit 76f83e2

Please sign in to comment.