Remove empty line.

This commit is contained in:
Benoit Marty 2024-02-21 16:30:22 +01:00 committed by Benoit Marty
parent 8605efc3df
commit 7d41fbffbc

View file

@ -34,7 +34,6 @@ class VerifySelfSessionNode @AssistedInject constructor(
@Assisted plugins: List<Plugin>,
private val presenter: VerifySelfSessionPresenter,
) : Node(buildContext, plugins = plugins) {
private fun onEnterRecoveryKey() {
plugins<VerifySessionEntryPoint.Callback>().forEach {
it.onEnterRecoveryKey()