From 53e6be1ead96e23446cdea08825c3959e8e2a717 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 05:48:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cypress/e2e/layer-editor.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/layer-editor.cy.ts b/cypress/e2e/layer-editor.cy.ts index 684e7773..1d084027 100644 --- a/cypress/e2e/layer-editor.cy.ts +++ b/cypress/e2e/layer-editor.cy.ts @@ -200,7 +200,7 @@ describe("layer editor", () => { }); }); - + describe("filter", () => { it("expand/collapse"); @@ -257,4 +257,4 @@ describe("layer editor", () => { then(get.element(".cm-lint-marker-error")).shouldExist(); }); }); -}); \ No newline at end of file +});