Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 6, 2021
1 parent 3f245b5 commit 05c8d0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,11 @@ export interface ViteDevServer {
/**
* Transform module code into SSR format.
*/
ssrTransform(code: string, inMap: SourceMap | null, url: string): Promise<TransformResult | null>
ssrTransform(
code: string,
inMap: SourceMap | null,
url: string
): Promise<TransformResult | null>
/**
* Load a given URL as an instantiated module for SSR.
*/
Expand Down

0 comments on commit 05c8d0e

Please sign in to comment.