Skip to content

Commit cbd9d1f

Browse files
committed
Add blank line for readability in error handling
Inserted a blank line after adding an error in the Remote_Actors class to improve code readability and maintain consistent formatting.
1 parent e427d0a commit cbd9d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/collection/class-remote-actors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ public static function get_actor( $post ) {
471471

472472
if ( \is_wp_error( $actor ) ) {
473473
self::add_error( $post->ID, $actor );
474+
474475
return $actor;
475476
}
476477

0 commit comments

Comments
 (0)