Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9a45695

Browse files
committed
Add new line to end of file
Added required new line at the end of the Magento\Framework\Data\Form\Filter\Trim class. See build reports for PR #12964
1 parent e8dad7a commit 9a45695

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Data/Form/Filter

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Form/Filter/Trim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public function outputFilter($value)
3434
{
3535
return $value;
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)