Skip to content

Commit a6ce26c

Browse files
committed
yarn format
1 parent a46d695 commit a6ce26c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repo-scripts/size-analysis/analyze-all-bundles.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ import { Report } from '../../scripts/size_report/report_binary_size';
4141
* @param version - If present, the SDK version to run measurement against
4242
* @returns A list of bundle size measurements
4343
*/
44-
export async function generateReportForBundles(version?: string): Promise<Report[]> {
44+
export async function generateReportForBundles(
45+
version?: string
46+
): Promise<Report[]> {
4547
const definitionDir = `${__dirname}/bundle-definitions`;
4648
const outputDir = tmp.dirSync().name;
4749
console.log(`Bundle definitions are located at "${definitionDir}".`);

0 commit comments

Comments
 (0)