Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
m-housh authored and github-actions[bot] committed Feb 20, 2024
1 parent b876f18 commit ac82ac9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/Validations/Validators/Email.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ extension Validators.EmailValidator: AsyncValidation where ValidationType: Async
// total length
AsyncValidator.lessThanOrEquals(\.count, 320)
// length before the @
// AsyncValidator.mapValue {
// $0.split(separator: "@")[0].count
// } with: {
// Int.lessThanOrEquals(64).async()
// }
// AsyncValidator.mapValue {
// $0.split(separator: "@")[0].count
// } with: {
// Int.lessThanOrEquals(64).async()
// }
}
}
}
Expand Down

0 comments on commit ac82ac9

Please sign in to comment.