From 863b6d3922dcec6e780e7b4c3df64c3f74d0a37f Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Mon, 11 Nov 2024 14:55:40 +0100 Subject: [PATCH] Single line --- tests/System/plugins/fs.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/System/plugins/fs.mjs b/tests/System/plugins/fs.mjs index 5dd1a23e3a59c..acf7f0d746fbf 100644 --- a/tests/System/plugins/fs.mjs +++ b/tests/System/plugins/fs.mjs @@ -1,6 +1,4 @@ -import { - chmodSync, existsSync, writeFileSync, mkdirSync, rmSync, copyFileSync, -} from 'fs'; +import { chmodSync, existsSync, writeFileSync, mkdirSync, rmSync, copyFileSync } from 'fs'; import { dirname, join } from 'path'; import { umask } from 'node:process';