Skip to content

Commit e5aef83

Browse files
Copilotswissspidy
andcommitted
Fix code formatting: align variable assignments properly
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 2fdce40 commit e5aef83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Core_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,9 +1287,9 @@ public function check_update_db( $args, $assoc_args ) {
12871287
'archived' => 0,
12881288
],
12891289
];
1290-
$it = new TableIterator( $iterator_args );
1291-
$total = 0;
1292-
$needs_update = 0;
1290+
$it = new TableIterator( $iterator_args );
1291+
$total = 0;
1292+
$needs_update = 0;
12931293
$sites_needing_update = [];
12941294

12951295
/**

0 commit comments

Comments
 (0)