diff --git a/includes/class-syndication-wp-xmlrpc-client.php b/includes/class-syndication-wp-xmlrpc-client.php
index f6bf8288cfc1ff8ec263e41685300b1cf84eb088..c4e58bcc48605fec60f63a884e5ab2090762f06f 100644
--- a/includes/class-syndication-wp-xmlrpc-client.php
+++ b/includes/class-syndication-wp-xmlrpc-client.php
@@ -179,7 +179,6 @@ class Syndication_WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements Syndica
 				'id' => $custom_field['id'],
 				'meta_key_lookup' => $custom_field['key'],
 			);
-
 		}
 
 		$thumbnail_meta_keys = $this->get_thumbnail_meta_keys( $post_ID );