Skip to content

Commit 86228e9

Browse files
committed
Solved limit exceeds the maximum line 120
1 parent d8c8574 commit 86228e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping-information.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ define([
3535
shippingMethodTitle = ' - ' + shippingMethod['method_title'];
3636
}
3737

38-
return shippingMethod ? shippingMethod['carrier_title'] + shippingMethodTitle : shippingMethod['carrier_title'];
38+
return shippingMethod ?
39+
shippingMethod['carrier_title'] + shippingMethodTitle :
40+
shippingMethod['carrier_title'];
3941
},
4042

4143
/**

0 commit comments

Comments
 (0)