Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 22, 2023
1 parent 3b51df5 commit 9f235c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export type GetBuilder = (
// This is for ignored dynamic imports
// XXX Are there any better ways?
export type GetCustomModules = () => Promise<{
[name: string]: string
[name: string]: string;
}>;

0 comments on commit 9f235c3

Please sign in to comment.