From 78ab8454dc9ce8f5b74e96746fcb649fedd200e4 Mon Sep 17 00:00:00 2001 From: Ivan Grachev Date: Sun, 18 Jul 2021 19:27:47 +0300 Subject: [PATCH] Fix vertical whitespace --- Encrypted Ink/Services/AccountsService.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Encrypted Ink/Services/AccountsService.swift b/Encrypted Ink/Services/AccountsService.swift index 3e93ed71..ebda5a33 100644 --- a/Encrypted Ink/Services/AccountsService.swift +++ b/Encrypted Ink/Services/AccountsService.swift @@ -10,7 +10,6 @@ struct AccountsService { static let shared = AccountsService() - func validateAccountInput(_ input: String) -> Bool { if Mnemonic.isValid(mnemonic: input) { return true