From 91b83fc147cad57c2eef4d7064f0d556c0a4acbf Mon Sep 17 00:00:00 2001
From: Oleksandr Dubovyk <odubovyk@magento.com>
Date: Tue, 15 Nov 2016 16:26:39 +0200
Subject: [PATCH] MAGETWO-53583: "Use Default" checkbox is checked again after
 saving empty fields (description, name, etc)

---
 .../Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php b/app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php
index a959a6efcf2..1841a9efb6c 100644
--- a/app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php
+++ b/app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php
@@ -208,7 +208,6 @@ abstract class AbstractAttribute extends \Magento\Framework\Model\AbstractExtens
         return $this->serializer;
     }
 
-
     /**
      * Initialize resource model
      *
-- 
GitLab