Skip to content

Commit 0aaef0f

Browse files
committed
Formatting fix
1 parent 2620295 commit 0aaef0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/retryDomainModal.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
});
5959
trackEvent(Submit.DomainUpdateVerification);
6060
} catch (e) {
61-
error = e.message ?? 'Domain verification failed. Please check your domain settings or try again later';
61+
error =
62+
e.message ??
63+
'Domain verification failed. Please check your domain settings or try again later';
6264
trackError(e, Submit.DomainUpdateVerification);
6365
}
6466
}

0 commit comments

Comments
 (0)