Skip to content

Commit 96ecac3

Browse files
matthewpactions-user
authored andcommitted
[ci] yarn format
1 parent c4a5555 commit 96ecac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snowpack/src/sources/local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ export class PackageSourceLocal implements PackageSource {
628628
const code = loadedFile.toString('utf8');
629629
for (const imp of await scanCodeImportsExports(code)) {
630630
let spec = getWebModuleSpecifierFromCode(code, imp);
631-
if(spec === null) {
631+
if (spec === null) {
632632
continue;
633633
}
634634

test/snowpack/runtime/runtime.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('runtime', () => {
267267
let mod = await promise;
268268
return mod.default;
269269
}
270-
`
270+
`,
271271
});
272272

273273
try {

0 commit comments

Comments
 (0)