add empty lines for formatting

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-02-16 22:16:46 +01:00
parent ef4b08d752
commit 43f57931fd
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 2 deletions

View File

@ -370,4 +370,4 @@ class ServerSelectionController : NewBaseController(R.layout.controller_server_s
companion object {
const val TAG = "ServerSelectionController"
}
}
}

View File

@ -204,4 +204,4 @@ class SwitchAccountController(args: Bundle? = null) :
override val title: String
get() =
resources!!.getString(R.string.nc_select_an_account)
}
}