Skip to content

Commit 4f991e8

Browse files
committed
prettier
1 parent 8a16758 commit 4f991e8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/cac.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ import * as fish from './fish';
44
import * as powershell from './powershell';
55
import type { CAC } from 'cac';
66
import { Completion } from './index';
7-
import {
8-
CompletionConfig,
9-
noopHandler,
10-
assertDoubleDashes,
11-
} from './shared';
7+
import { CompletionConfig, noopHandler, assertDoubleDashes } from './shared';
128

139
const execPath = process.execPath;
1410
const processArgs = process.argv.slice(1);

src/citty.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ import type {
1111
SubCommandsDef,
1212
} from 'citty';
1313
import { generateFigSpec } from './fig';
14-
import {
15-
CompletionConfig,
16-
noopHandler,
17-
assertDoubleDashes,
18-
} from './shared';
14+
import { CompletionConfig, noopHandler, assertDoubleDashes } from './shared';
1915

2016
function quoteIfNeeded(path: string) {
2117
return path.includes(' ') ? `'${path}'` : path;

0 commit comments

Comments
 (0)