Skip to content

Commit f977746

Browse files
committed
style(compiler): fix code formatting
1 parent 20b4007 commit f977746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transpile/create-watch-program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const createTsWatchProgram = async (
5252
} else {
5353
timeoutId = setTimeout(tick, delay);
5454
}
55-
}
55+
};
5656
timeoutId = setTimeout(tick, delay);
5757
return timeoutId;
5858
},

0 commit comments

Comments
 (0)