Skip to content

Commit 4de31e0

Browse files
committed
formatting pass
1 parent b4f8313 commit 4de31e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/utils/workspace.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export function mapWorkspaceToPackages(
5252
});
5353
})
5454
)
55-
).then(paths => paths.reduce((arr: string[], val: string[]) => arr.concat(val), []));
55+
).then(paths =>
56+
paths.reduce((arr: string[], val: string[]) => arr.concat(val), [])
57+
);
5658
}
5759

5860
function mapPackagestoPkgJson(packagePaths: string[]) {

0 commit comments

Comments
 (0)