Skip to content

Commit 33c25b2

Browse files
committed
Fixed lint spacing error from PR meteor#218.
1 parent 888dcc6 commit 33c25b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imports/ui/pages/AuthPageSignIn.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class SignInPage extends BaseComponent {
3737
errors: { none: err.reason },
3838
});
3939
} else {
40-
this.context.router.push('/');
40+
this.context.router.push('/');
4141
}
4242
});
4343
}

0 commit comments

Comments
 (0)