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 +});