Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogyar authored Apr 13, 2019
1 parent b881a5d commit bf8e919
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public function addFieldToFilter($field, $condition = null)
*
* @return \Magento\Framework\DB\Select
*/
public function getSelectCountSql() {
public function getSelectCountSql()
{
$countSelect = parent::getSelectCountSql();
$countSelect->reset(\Zend\Db\Sql\Select::GROUP);
return $countSelect;
Expand Down

0 comments on commit bf8e919

Please sign in to comment.