Skip to content

Commit 38119d8

Browse files
[infra] Run prettier on createReleasePR.mjs
1 parent d85f398 commit 38119d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/createReleasePR.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ async function main({ githubToken }) {
859859
auth: githubToken,
860860
});
861861

862-
const { findLatestTaggedVersionForMajor, generateChangelog: generator } = getChangelogUtils(octokit);
862+
const { findLatestTaggedVersionForMajor, generateChangelog: generator } =
863+
getChangelogUtils(octokit);
863864

864865
// Find the upstream remote
865866
const upstreamRemote = await findMuiXRemote();

0 commit comments

Comments
 (0)