Skip to content

Commit 9d01d76

Browse files
Format the code
1 parent d2a3b1c commit 9d01d76

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message

1 file changed

+4
-4
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public function execute()
6161
if (empty($result)) {
6262
$result[] = [
6363
'severity' => (string)\Magento\Framework\Notification\MessageInterface::SEVERITY_NOTICE,
64-
'text' => __(
65-
'You have viewed and resolved all recent system notices. '
66-
. 'Please refresh the web page to clear the notice alert.'
67-
)
64+
'text' => __(
65+
'You have viewed and resolved all recent system notices. '
66+
. 'Please refresh the web page to clear the notice alert.'
67+
)
6868
];
6969
}
7070
$this->getResponse()->representJson($this->jsonHelper->jsonEncode($result));

0 commit comments

Comments
 (0)