Commit ffa849ce authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Code formatting.

parent ea0781b5
...@@ -58,7 +58,6 @@ class LoginPresenter @Inject constructor(private val view: LoginView, ...@@ -58,7 +58,6 @@ class LoginPresenter @Inject constructor(private val view: LoginView,
} }
} }
fun signup() { fun signup() =
navigator.toSignUp(navigator.currentServer!!) navigator.toSignUp(navigator.currentServer!!)
}
} }
\ No newline at end of file
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