From 0de72144b9bdfbfaaec1cbda347352f1e837cae5 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:43:49 +0100 Subject: [PATCH] Result after running npm run prettier (#7657) Co-authored-by: Daniel James Smith --- clients.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.code-workspace b/clients.code-workspace index 79e2caf5f4..608f57096b 100644 --- a/clients.code-workspace +++ b/clients.code-workspace @@ -51,7 +51,7 @@ "libs", "web vault", "web vault (bit)", - "root" + "root", ], "jest.jestCommandLine": "npx jest", "angular.enable-strict-mode-prompt": false,