Skip to content

Commit f441a5b

Browse files
committed
Coding standard fix
1 parent ef53fff commit f441a5b

File tree

1 file changed

+5
-5
lines changed
  • app/code/Magento/Ui/view/base/web/templates/form/element

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--
2-
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
2+
/**
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
5+
*/
66
-->
77
<input class="admin__control-file" type="file" data-bind="
88
hasFocus: focused,
@@ -14,4 +14,4 @@
1414
disabled: disabled,
1515
form: formId
1616
}, event:{change: setFileValue}"
17-
/>
17+
>

0 commit comments

Comments
 (0)