Skip to content

Commit b064cd7

Browse files
authored
Fixed white space issue at end of line
1 parent 90f37dc commit b064cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Api/Data/AttributeInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Interface AttributeInterface
1111
* @api
1212
*/
13-
interface AttributeInterface extends
14-
\Magento\Framework\Api\CustomAttributesDataInterface,
13+
interface AttributeInterface extends
14+
\Magento\Framework\Api\CustomAttributesDataInterface,
1515
\Magento\Framework\Api\MetadataObjectInterface
1616
{
1717
const ATTRIBUTE_ID = 'attribute_id';

0 commit comments

Comments
 (0)