Skip to content

Commit 6269718

Browse files
committed
Fixed LiveCodeTest failure: Line exceeds maximum limit of 120 characters
1 parent fd66204 commit 6269718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Block/Checkout/AttributeMerger.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ protected function getFieldConfig(
173173
$additionalConfig,
174174
[
175175
'config' => [
176-
// customScope is used to group elements within a single form (e.g. they can be validated separately)
176+
// customScope is used to group elements within a single
177+
// form (e.g. they can be validated separately)
177178
'customScope' => $dataScopePrefix,
178179
'template' => 'ui/form/field',
179180
'elementTmpl' => $elementTemplate,

0 commit comments

Comments
 (0)