Skip to content

Commit c7b35fb

Browse files
committed
chore: prettier
1 parent 8063851 commit c7b35fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import {expect} from 'chai';
22
import {spawnSync} from 'child_process';
33
import fs from 'fs-extra';
44
import {after, before, describe, it} from 'mocha';
5-
import path, { dirname } from 'path';
5+
import path, {dirname} from 'path';
66
import {readPackageUpSync} from 'read-pkg-up';
7-
import { fileURLToPath } from 'url';
7+
import {fileURLToPath} from 'url';
88

99
import {getAppsScriptFileName, getLocalFileType} from '../src/files.js';
1010
import {ERROR, LOG} from '../src/messages.js';

0 commit comments

Comments
 (0)