diff --git a/app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/DeleteButtonTest.php b/app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/DeleteButtonTest.php
index 87ae9e560cdd6e421c311ef692771a7fdfe60c58..a46e330af5647e2c769c6ef4ba7bd0d7323ba3f0 100644
--- a/app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/DeleteButtonTest.php
+++ b/app/code/Magento/CatalogRule/Test/Unit/Block/Adminhtml/Edit/DeleteButtonTest.php
@@ -57,8 +57,8 @@ class DeleteButtonTest extends \PHPUnit_Framework_TestCase
             'label' => __('Delete Rule'),
             'class' => 'delete',
             'on_click' => 'deleteConfirm(\'' . __(
-                    'Are you sure you want to do this?'
-                ) . '\', \'' . $deleteUrl . '\')',
+                'Are you sure you want to do this?'
+            ) . '\', \'' . $deleteUrl . '\')',
             'sort_order' => 20,
         ];