From af2b86b9ca2e70a8c7412cea032f1a567f93e3d2 Mon Sep 17 00:00:00 2001 From: Tanner Davis Date: Tue, 26 Nov 2024 21:56:17 +0000 Subject: [PATCH] format files --- windsurf-desktop/README.md | 2 +- windsurf-desktop/main.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windsurf-desktop/README.md b/windsurf-desktop/README.md index 6e8f338..a31455c 100644 --- a/windsurf-desktop/README.md +++ b/windsurf-desktop/README.md @@ -11,4 +11,4 @@ tags: [ide, windsurf, helper] Add a button to open any workspace with a single click in Windsurf IDE. -Uses the [Coder Remote Windsurf Extension](https://github.com/coder/windsurf-coder). \ No newline at end of file +Uses the [Coder Remote Windsurf Extension](https://github.com/coder/windsurf-coder). diff --git a/windsurf-desktop/main.test.ts b/windsurf-desktop/main.test.ts index 9396f36..616eebc 100644 --- a/windsurf-desktop/main.test.ts +++ b/windsurf-desktop/main.test.ts @@ -85,4 +85,4 @@ describe("windsurf", async () => { expect(coder_app?.instances.length).toBe(1); expect(coder_app?.instances[0].attributes.order).toBe(22); }); -}); \ No newline at end of file +});