Skip to content

Commit 78c9729

Browse files
committed
spaces
1 parent 9f6172c commit 78c9729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/recaptcha.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default class ReCAPTCHA extends React.Component {
6060
if (this.props.onErrored) {
6161
this.props.onErrored();
6262
}
63-
if(this.executionReject){
63+
if (this.executionReject) {
6464
this.executionReject();
6565
delete this.executionResolve;
6666
delete this.executionReject;
@@ -71,7 +71,7 @@ export default class ReCAPTCHA extends React.Component {
7171
if (this.props.onChange) {
7272
this.props.onChange(token);
7373
}
74-
if(this.executionResolve) {
74+
if (this.executionResolve) {
7575
this.executionResolve(token);
7676
delete this.executionReject;
7777
delete this.executionResolve;

0 commit comments

Comments
 (0)