From e566d60a34217a39bb18a5b9724a01985f12c151 Mon Sep 17 00:00:00 2001 From: Vallie Joseph Date: Thu, 8 Dec 2022 19:50:32 +0000 Subject: [PATCH] fixing linting issues --- packages/io/__tests__/io.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/io/__tests__/io.test.ts b/packages/io/__tests__/io.test.ts index 6939d39e..8c10f86d 100644 --- a/packages/io/__tests__/io.test.ts +++ b/packages/io/__tests__/io.test.ts @@ -1571,4 +1571,4 @@ async function createSymlinkDir(real: string, link: string): Promise { } else { await fs.symlink(real, link) } -} \ No newline at end of file +}