Skip to content

Commit cf20072

Browse files
matthewpactions-user
authored andcommitted
[ci] yarn format
1 parent f4e0bc4 commit cf20072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snowpack/src/ssr-loader/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type ModuleInitializer = () => Promise<ModuleInstance>;
1414

1515
function moduleInit(fn: ModuleInitializer) {
1616
let promise: null | Promise<ModuleInstance> = null;
17-
return function() {
17+
return function () {
1818
return promise || (promise = fn());
1919
};
2020
}

0 commit comments

Comments
 (0)