Skip to content

Commit fbe5ef7

Browse files
fix coding standard
1 parent 2b70761 commit fbe5ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Usps/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Data extends AbstractHelper
2020
protected $availableShippingMethods = [
2121
'usps_0_FCLE', // First-Class Mail Large Envelope
2222
'usps_1', // Priority Mail
23-
'usps_2', // Priority Mail Express Hold For Pickup
23+
'usps_2', // Priority Mail Express Hold For Pickup
2424
'usps_3', // Priority Mail Express
2525
'usps_4', // Retail Ground
2626
'usps_6', // Media Mail

0 commit comments

Comments
 (0)