Skip to content

Commit fbc649e

Browse files
code formatting
1 parent 03ec571 commit fbc649e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/Block/Adminhtml/Edit/Tab

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Orders.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ protected function _prepareColumns()
160160
*/
161161
public function getRowUrl($row)
162162
{
163-
return $this->getUrl('sales/order/view', ['order_id' => $row->getId(),
164-
'customer_id' => $this->getRequest()->getParam('id')]);
163+
return $this->getUrl('sales/order/view',
164+
['order_id' => $row->getId(), 'customer_id' => $this->getRequest()->getParam('id')]);
165165
}
166166

167167
/**

0 commit comments

Comments
 (0)