diff --git a/includes/class-delete-permanently.php b/includes/class-delete-permanently.php
index 68151d39fe919e627fe7fde2c32132e8b16bef41..56b6742bdc454b116661d841b495f9484e3ab1db 100644
--- a/includes/class-delete-permanently.php
+++ b/includes/class-delete-permanently.php
@@ -14,7 +14,7 @@ class Delete_Permanently {
 	/**
 	 * Common hooks and such
 	 */
-	use Bulk_Actions, In_Trash {
+	use Bulk_Actions , In_Trash {
 		In_Trash::admin_notices insteadof Bulk_Actions;
 		In_Trash::hide_posts insteadof Bulk_Actions;
 	}
diff --git a/includes/class-restore-from-trash.php b/includes/class-restore-from-trash.php
index 416bcebe3732f7664402f1e8901a0d316718869b..7a8625606e2ff0be446de1469bf3eb38d10a0b95 100644
--- a/includes/class-restore-from-trash.php
+++ b/includes/class-restore-from-trash.php
@@ -14,7 +14,7 @@ class Restore_From_Trash {
 	/**
 	 * Common hooks and such
 	 */
-	use Bulk_Actions, In_Trash {
+	use Bulk_Actions , In_Trash {
 		In_Trash::admin_notices insteadof Bulk_Actions;
 		In_Trash::hide_posts insteadof Bulk_Actions;
 	}