From 0397dead2f90e7e3407998ef2512272ebc7e39d5 Mon Sep 17 00:00:00 2001 From: Arsenii Lyashenko Date: Fri, 27 Jun 2025 19:04:58 +0400 Subject: [PATCH] fmt --- src/workspace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.ts b/src/workspace.ts index 5625d38..a7d4b30 100644 --- a/src/workspace.ts +++ b/src/workspace.ts @@ -15,7 +15,7 @@ export class Workspace { const meta: Meta = JSON.parse( await getCmdOutput("cargo", ["metadata", "--all-features", "--format-version", "1", ...extraArgs], { cwd: this.root, - env: {"CARGO_ENCODED_RUSTFLAGS": ""}, + env: { "CARGO_ENCODED_RUSTFLAGS": "" }, }), ); core.debug(`workspace "${this.root}" has ${meta.packages.length} packages`);