Fix vertical whitespace

This commit is contained in:
Ivan Grachev 2021-07-18 19:27:47 +03:00
parent 5f03723223
commit 78ab8454dc

View File

@ -10,7 +10,6 @@ struct AccountsService {
static let shared = AccountsService()
func validateAccountInput(_ input: String) -> Bool {
if Mnemonic.isValid(mnemonic: input) {
return true