mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 07:24:48 +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):
|
class AlternativeDomainForm(RegistrarForm):
|
||||||
def clean_alternative_domain(self):
|
def clean_alternative_domain(self):
|
||||||
"""Validation code for domain names."""
|
"""Validation code for domain names."""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
requested = self.cleaned_data.get("alternative_domain", None)
|
requested = self.cleaned_data.get("alternative_domain", None)
|
||||||
validated = DraftDomain.validate(requested, blank_ok=True)
|
validated = DraftDomain.validate(requested, blank_ok=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue