Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen committed Sep 29, 2020
1 parent 32bf2e4 commit f96fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function bundle(
optimize?: boolean;
quiet?: boolean;
} = {},
): Promise<{ outputMap: OutputMap, cacheMap: CacheMap, graph: Graph }> {
): Promise<{ outputMap: OutputMap; cacheMap: CacheMap; graph: Graph }> {
const outputMap: OutputMap = {};

const depsPath = path.join(outDir, depsDir);
Expand Down

0 comments on commit f96fc28

Please sign in to comment.