Skip to content

Commit

Permalink
Add new line to end of file
Browse files Browse the repository at this point in the history
Added required new line at the end of the Magento\Framework\Data\Form\Filter\Trim
class.

See build reports for PR #12964
  • Loading branch information
wardcapp committed Jan 3, 2018
1 parent 207fdb0 commit 2a23a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Data/Form/Filter/Trim.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public function outputFilter($value)
{
return $value;
}
}
}

0 comments on commit 2a23a94

Please sign in to comment.