Skip to content

Commit 63cc8e6

Browse files
authored
Fixed multiple empty lines issue
1 parent d35b094 commit 63cc8e6

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Backend/Block/Widget

1 file changed

+0
-2
lines changed

app/code/Magento/Backend/Block/Widget/Tabs.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ private function reorderTabs()
281281
return $this->applyTabsCorrectOrder($orderByPosition, $orderByIdentity);
282282
}
283283

284-
285284
/**
286285
* @param array $orderByPosition
287286
* @param array $orderByIdentity
@@ -317,7 +316,6 @@ private function applyTabsCorrectOrder(array $orderByPosition, array $orderByIde
317316
return $this->finalTabsSortOrder($orderByPosition);
318317
}
319318

320-
321319
/**
322320
* Apply the last sort order to tabs.
323321
*

0 commit comments

Comments
 (0)