Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Sawicki committed Jun 25, 2021
1 parent fbcd8fc commit 2b8398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Indexable/Term/SyncManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function action_sync_on_object_update( $object_id, $terms ) {
foreach ( $terms as $term ) {
$term_info = term_exists( $term );

if( ! $term_info ) {
if ( ! $term_info ) {
continue;
}

Expand Down

0 comments on commit 2b8398d

Please sign in to comment.