From 31897bc7b59d7b89171037376c4ec494cc701cbe Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 2 Aug 2022 10:34:04 +0000 Subject: [PATCH] Run Linter --- app/controllers/api/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 650fc43f42..e2718505a5 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -1425,4 +1425,4 @@ App::delete('/v1/projects/:projectId/domains/:domainId') ->setDocument($domain); $response->noContent(); - }); \ No newline at end of file + });