Skip to content

Commit 6ba1f03

Browse files
committed
format
1 parent a37e3d8 commit 6ba1f03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yarn.config.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ async function enforceCompilerMeta({ Yarn }) {
8686
);
8787
await execPromise("cargo check", { cwd: "rewatch" });
8888
} else {
89-
const rewatchVersionMatch = rewatchCargoContent.match(rewatchVersionPattern);
89+
const rewatchVersionMatch = rewatchCargoContent.match(
90+
rewatchVersionPattern,
91+
);
9092
const foundRewatchVersion = rewatchVersionMatch?.groups?.version;
9193
if (foundRewatchVersion !== EXPECTED_VERSION) {
9294
Yarn.workspace().error(

0 commit comments

Comments
 (0)