Skip to content

Commit 4e48481

Browse files
committed
Delete unsightly blank line
There shouldn't really be a blank line between the opening brace of a function and its first line of code. Let's get rid of it.
1 parent 407213c commit 4e48481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/internal/scheduler.ts

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function add_flush_callback(fn) {
3434
const seen_callbacks = new Set();
3535
let flushidx = 0; // Do *not* move this inside the flush() function
3636
export function flush() {
37-
3837
const saved_component = current_component;
3938

4039
do {

0 commit comments

Comments
 (0)