Skip to content

Commit 028526b

Browse files
committed
Clean: cargo fmt.
1 parent 94148f4 commit 028526b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

builder/src/main.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,12 @@ fn run_install(dev: bool) -> io::Result<()> {
338338
}
339339
// See [the client manifest](../../client/package.json5) for an explanation
340340
// of `--no-frozen-lockfile`.
341-
run_script("pnpm", &["install", "--no-frozen-lockfile"], "../client", true)?;
341+
run_script(
342+
"pnpm",
343+
&["install", "--no-frozen-lockfile"],
344+
"../client",
345+
true,
346+
)?;
342347
patch_client_libs()?;
343348
run_script("pnpm", &["install"], "../extensions/VSCode", true)?;
344349
run_cmd!(

0 commit comments

Comments
 (0)