diff --git a/classes/admin/admin-restrictions.php b/classes/admin/admin-restrictions.php
index 730cb6e..a3522c9 100644
--- a/classes/admin/admin-restrictions.php
+++ b/classes/admin/admin-restrictions.php
@@ -84,8 +84,7 @@ public static function post_row_actions( array $actions, WP_Post $post ) {
if ( null !== $_origin_key && empty( $_has_syncs ) ) {
if ( 'pending' === $post->post_status ) {
- $actions['view'] = '' . __( 'Preview' ) . '';
-
+ $actions['view'] = '' . __( 'Preview' ) . '';
if ( current_user_can( 'publish_post', $post->ID ) ) {
$actions['publish'] = sprintf(
'%s',