From 68db9a32bada2f72359f48f66a46f325d5aee22f Mon Sep 17 00:00:00 2001 From: Dinesh Katariya <33573799+Thedineshk24@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:33:48 +0000 Subject: [PATCH] test : fixed prettier issue --- src/components/ColorPicker/colorPickerUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ColorPicker/colorPickerUtils.test.ts b/src/components/ColorPicker/colorPickerUtils.test.ts index 87bc7aeed..4155b2227 100644 --- a/src/components/ColorPicker/colorPickerUtils.test.ts +++ b/src/components/ColorPicker/colorPickerUtils.test.ts @@ -69,7 +69,7 @@ describe("isCustomColor", () => { }); describe("getMostUsedCustomColors", () => { - const elements:readonly any[] = [ + const elements: readonly any[] = [ { type: "rectangle", id: "1",