Skip to content

Commit 4b18d09

Browse files
committed
style: formatting
1 parent 9eb6333 commit 4b18d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cargo-msfs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ await $`docker image inspect ${IMAGE_NAME}:latest`.quiet().catch(async () => {
7676

7777
// Ensure SDKs are up to date, rebuilding if needed
7878
const installedSdks = JSON.parse(
79-
await $`docker run --rm ${IMAGE_NAME} bash -c "cargo-msfs info -f"`.text(),
79+
await $`docker run --rm ${IMAGE_NAME} bash -c "cargo-msfs info -f"`.text(),
8080
) as InstalledSdkVersions;
8181
if (installedSdks.versions.some(v => !v.up_to_date)) {
8282
console.info("[*] Updating SDK in Docker image...");

0 commit comments

Comments
 (0)