From 2a23a945d0dc40a295ecf679d84c1356a8c27a1c Mon Sep 17 00:00:00 2001
From: Ward Cappelle <ward.cappelle@studioemma.com>
Date: Wed, 3 Jan 2018 18:53:02 +0100
Subject: [PATCH] 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
---
 lib/internal/Magento/Framework/Data/Form/Filter/Trim.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/internal/Magento/Framework/Data/Form/Filter/Trim.php b/lib/internal/Magento/Framework/Data/Form/Filter/Trim.php
index 95f654adbe6..0dbbcf6dbf8 100644
--- a/lib/internal/Magento/Framework/Data/Form/Filter/Trim.php
+++ b/lib/internal/Magento/Framework/Data/Form/Filter/Trim.php
@@ -34,4 +34,4 @@ class Trim implements \Magento\Framework\Data\Form\Filter\FilterInterface
     {
         return $value;
     }
-}
\ No newline at end of file
+}
-- 
GitLab