Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and actions-user committed Jul 7, 2021
1 parent f4e0bc4 commit cf20072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowpack/src/ssr-loader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type ModuleInitializer = () => Promise<ModuleInstance>;

function moduleInit(fn: ModuleInitializer) {
let promise: null | Promise<ModuleInstance> = null;
return function() {
return function () {
return promise || (promise = fn());
};
}
Expand Down

1 comment on commit cf20072

@vercel
Copy link

@vercel vercel bot commented on cf20072 Jul 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.