Skip to content

Commit

Permalink
Prettier changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
revanth0212 committed Oct 28, 2020
1 parent 02fadb0 commit 6b5b872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/venia-ui/lib/targets/venia-ui-intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = veniaTargets => {
const paymentMethodList = new PaymentMethodList(venia);
paymentMethodList.add({
paymentCode: 'braintree',
importPath: '@magento/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard'
importPath:
'@magento/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard'
});
};

0 comments on commit 6b5b872

Please sign in to comment.