Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 1, 2024
1 parent f118874 commit 45752ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/contracts/sizes.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
async function definePackageSize(packageName, moduleName) {
const response = await fetch(
`https://esm.run/${packageName}@latest/${moduleName}`,
{ method: 'HEAD' },
{ method: 'HEAD' }
);

const encodedSize = Number(response.headers.get('content-length') ?? 0);
Expand Down

0 comments on commit 45752ed

Please sign in to comment.