Skip to content

Commit 2d3628c

Browse files
committed
format
1 parent b224ef7 commit 2d3628c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/utils/setup-status.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ export async function createSetupStatusTracker(
3939
timeout = setTimeout(() => void startChecking(), 1_000);
4040
};
4141

42-
await timeTracker.run(
43-
"setup-status.checkIsSetupRequired",
44-
async () => {
45-
await startChecking();
46-
},
47-
);
42+
await timeTracker.run("setup-status.checkIsSetupRequired", async () => {
43+
await startChecking();
44+
});
4845

4946
return {
5047
status() {

0 commit comments

Comments
 (0)