Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 21, 2022
1 parent ec5394c commit 08a2e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/parcel-reporter-manifest/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const removeQueryParams = (input: string) => {
}

return input;
}
};

export type BuildManifestsOptions = {
bundleGraph: BundleGraph<PackagedBundle>;
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parcel-transformer/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const removeQueryParams = (input: string) => {
}

return input;
}
};

export const findDependencies = (usages: string[]) => {
const dependencies = new Set<string>();
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/webpack/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ export const removeQueryParams = (input: string) => {
}

return input;
}
};

0 comments on commit 08a2e80

Please sign in to comment.