Skip to content

Commit dd00c8f

Browse files
committed
automated fix: Fix incorrect spacing in unrelated test
1 parent 1d91d70 commit dd00c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/cli/tests/run-cli.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe('run-cli', () => {
260260
'symlinked-script'
261261
);
262262

263-
mkdirSync( path.dirname( symlinkPath ), { recursive: true } );
263+
mkdirSync(path.dirname(symlinkPath), { recursive: true });
264264

265265
try {
266266
if (existsSync(symlinkPath)) {

0 commit comments

Comments
 (0)