Skip to content

Commit fe5b0ef

Browse files
patak-devbenmccann
andauthored
chore: format
Co-authored-by: Ben McCann <[email protected]>
1 parent 40a9572 commit fe5b0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vite/src/node/plugins/esbuild.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { transform } from 'esbuild'
1010
// TODO: import type { FSWatcher } from 'chokidar'
1111
import type { RawSourceMap } from '@ampproject/remapping'
1212
import type { InternalModuleFormat, SourceMap } from 'rollup'
13-
import type { TSConfckParseResult } from 'tsconfck';
14-
import { TSConfckCache , TSConfckParseError, parse } from 'tsconfck'
13+
import type { TSConfckParseResult } from 'tsconfck'
14+
import { TSConfckCache, TSConfckParseError, parse } from 'tsconfck'
1515
import {
1616
combineSourcemaps,
1717
createDebugger,

0 commit comments

Comments
 (0)