Skip to content

Commit 6d64328

Browse files
author
Hai-Yen Nguyen
committed
fix spacing
1 parent cbc582b commit 6d64328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/three-domain-secure/component.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
115115
onSuccess: {
116116
type: "function",
117117
alias: "onContingencyResult",
118-
decorate: ({ props, value, onError}) => {
118+
decorate: ({ props, value, onError }) => {
119119
return (err, result) => {
120120
const isCardFieldFlow = props?.userType === "UNBRANDED_GUEST";
121121

0 commit comments

Comments
 (0)