Skip to content

Commit 2b318c3

Browse files
committed
Fixed jscs error: Missing space before opening round brace
1 parent 6a7ee81 commit 2b318c3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/view/frontend/web/js/view/payment/method-renderer/in-context

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/view/payment/method-renderer/in-context/checkout-express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ define(
7878
$('body').trigger('processStop');
7979
customerData.invalidate(['cart']);
8080
});
81-
}.bind(this)).fail(function() {
81+
}.bind(this)).fail(function () {
8282
paypalExpressCheckout.checkout.closeFlow();
8383
});
8484
}

0 commit comments

Comments
 (0)