From fcf77b80aad68dbeb05edee0bb8afcf23de1634d Mon Sep 17 00:00:00 2001 From: Cooper Date: Sun, 15 Dec 2024 11:53:38 -0600 Subject: [PATCH] add a new line at the end of file that contains "" --- src/plugins/extraConnectionLinks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/extraConnectionLinks/index.ts b/src/plugins/extraConnectionLinks/index.ts index 5d3fdd961..ba9278be6 100644 --- a/src/plugins/extraConnectionLinks/index.ts +++ b/src/plugins/extraConnectionLinks/index.ts @@ -53,4 +53,4 @@ export default definePlugin({ } }; }), -}); \ No newline at end of file +});