Skip to content

Commit

Permalink
Delete unsightly blank line
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rmunn committed Dec 6, 2021
1 parent 407213c commit 195aed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/internal/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function add_flush_callback(fn) {
const seen_callbacks = new Set();
let flushidx = 0; // Do *not* move this inside the flush() function
export function flush() {

const saved_component = current_component;

do {
Expand Down

0 comments on commit 195aed1

Please sign in to comment.