Skip to content

Commit 35ca37e

Browse files
rogyarShikha Mishra
authored and
Shikha Mishra
committed
Code style fix
1 parent 0d936c8 commit 35ca37e

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Reports/Model/ResourceModel/Product/Downloads

1 file changed

+2
-1
lines changed

app/code/Magento/Reports/Model/ResourceModel/Product/Downloads/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ public function addFieldToFilter($field, $condition = null)
103103
*
104104
* @return \Magento\Framework\DB\Select
105105
*/
106-
public function getSelectCountSql() {
106+
public function getSelectCountSql()
107+
{
107108
$countSelect = parent::getSelectCountSql();
108109
$countSelect->reset(\Zend\Db\Sql\Select::GROUP);
109110
return $countSelect;

0 commit comments

Comments
 (0)