Skip to content

Commit

Permalink
remove unnecessary blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Oct 2, 2024
1 parent dd4458b commit b6f030d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ class LoginActivity : BaseActivity() {
// This should either have returned an authorization code or an error.
val code = uri.getQueryParameter("code")
val error = uri.getQueryParameter("error")



if (code != null) {
fetchOauthToken(code)
} else {
Expand Down

0 comments on commit b6f030d

Please sign in to comment.