From 4050803baaeda983f488bb38329ee2f95bf2df6d Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Tue, 10 Oct 2023 17:01:24 -0700 Subject: [PATCH] Fix spacing issue --- src/registrar/utility/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/utility/errors.py b/src/registrar/utility/errors.py index 39d24caee..f7bc743d6 100644 --- a/src/registrar/utility/errors.py +++ b/src/registrar/utility/errors.py @@ -51,7 +51,7 @@ class NameserverError(Exception): "because it is not a subdomain", NameserverErrorCodes.INVALID_IP: "Nameserver {} has an invalid IP address: {}", 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: ( "Unable to update domain, changes were not applied."