Skip to content

Commit 03bf477

Browse files
fix linting
1 parent e898b22 commit 03bf477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app-rails/app/adapters/auth/mock_adapter.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ def initiate_auth(email, password)
2020
"session": "mock-session"
2121
}
2222
end
23-
23+
2424
existing_user = User.find_by(email: email)
2525

2626
uid = if existing_user
2727
existing_user.uid
28-
else
28+
else
2929
@uid_generator.call
30-
end
31-
30+
end
31+
3232
{
3333
uid: uid,
3434
provider: "mock",

0 commit comments

Comments
 (0)