Fix spacing issue

This commit is contained in:
Rebecca Hsieh 2023-10-10 17:01:24 -07:00
parent ffede9817f
commit 4050803baa
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -51,7 +51,7 @@ class NameserverError(Exception):
"because it is not a subdomain", "because it is not a subdomain",
NameserverErrorCodes.INVALID_IP: "Nameserver {} has an invalid IP address: {}", NameserverErrorCodes.INVALID_IP: "Nameserver {} has an invalid IP address: {}",
NameserverErrorCodes.TOO_MANY_HOSTS: ( NameserverErrorCodes.TOO_MANY_HOSTS: (
"Too many hosts provided, you may not have more than " "13 nameservers." "Too many hosts provided, you may not have more than 13 nameservers."
), ),
NameserverErrorCodes.UNABLE_TO_UPDATE_DOMAIN: ( NameserverErrorCodes.UNABLE_TO_UPDATE_DOMAIN: (
"Unable to update domain, changes were not applied." "Unable to update domain, changes were not applied."