mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 14:34:43 +02:00
Remove unused whitespace
This commit is contained in:
parent
0c12676d27
commit
e62cf84def
1 changed files with 0 additions and 1 deletions
|
@ -392,7 +392,6 @@ CurrentSitesFormSet = forms.formset_factory(
|
|||
class AlternativeDomainForm(RegistrarForm):
|
||||
def clean_alternative_domain(self):
|
||||
"""Validation code for domain names."""
|
||||
|
||||
try:
|
||||
requested = self.cleaned_data.get("alternative_domain", None)
|
||||
validated = DraftDomain.validate(requested, blank_ok=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue