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 13, 2021
1 parent c4a5555 commit 96ecac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snowpack/src/sources/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export class PackageSourceLocal implements PackageSource {
const code = loadedFile.toString('utf8');
for (const imp of await scanCodeImportsExports(code)) {
let spec = getWebModuleSpecifierFromCode(code, imp);
if(spec === null) {
if (spec === null) {
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion test/snowpack/runtime/runtime.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe('runtime', () => {
let mod = await promise;
return mod.default;
}
`
`,
});

try {
Expand Down

1 comment on commit 96ecac3

@vercel
Copy link

@vercel vercel bot commented on 96ecac3 Jul 13, 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.