Skip to content

Commit 8261b0b

Browse files
committed
format
1 parent c9da3fe commit 8261b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/setup-status.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ function createLicenseStatusTracker(
248248
outputChannel,
249249
"[setup-status.license]",
250250
[LICENSE_FILENAME],
251-
async () => ((await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required"),
251+
async () =>
252+
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
252253
);
253254
}

0 commit comments

Comments
 (0)