Unverified Commit 36a13e70 authored by Hussein El Feky's avatar Hussein El Feky Committed by GitHub

Updated code formatting

parent 2625c52c
...@@ -244,7 +244,6 @@ class LoginOptionsFragment : Fragment(), LoginOptionsView { ...@@ -244,7 +244,6 @@ class LoginOptionsFragment : Fragment(), LoginOptionsView {
enableLoginByLinkedin() enableLoginByLinkedin()
} }
if (gitlabOauthUrl != null && state != null) { if (gitlabOauthUrl != null && state != null) {
setupGitlabButtonListener(gitlabOauthUrl.toString(), state.toString()) setupGitlabButtonListener(gitlabOauthUrl.toString(), state.toString())
enableLoginByGitlab() enableLoginByGitlab()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment