lint: delete trailing whitespaces
This commit is contained in:
parent
2ba6917710
commit
ed387069a4
59 changed files with 624 additions and 623 deletions
|
|
@ -35,7 +35,7 @@ extension AdditionField {
|
|||
}
|
||||
|
||||
extension AdditionField: Equatable {
|
||||
|
||||
|
||||
public static func == (first: AdditionField, second: AdditionField) -> Bool {
|
||||
return first.asTuple == second.asTuple
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ public enum OtpType: String {
|
|||
var description: String {
|
||||
return rawValue
|
||||
}
|
||||
|
||||
|
||||
init(token: Token?) {
|
||||
switch token?.generator.factor {
|
||||
case .some(.counter):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue