Skip to content

Commit f2a26e8

Browse files
committed
remove a blank line
1 parent 636848b commit f2a26e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/flux/parts/settings.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export function validateLoginCredentials(username?: string, password?: string) {
6767

6868
dispatch({type: CREDENTIALS_VALIDATE_START})
6969

70-
7170
const result = await performLogin(username, password)
7271
if (result) {
7372
dispatch({type: CREDENTIALS_VALIDATE_SUCCESS})

0 commit comments

Comments
 (0)