Skip to content

Commit fa7b1d4

Browse files
vaibhav raivaibhav rai
authored andcommitted
fix lint and rebase
1 parent ef2c3b2 commit fa7b1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/internal/scheduler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function flush() {
5656
while (binding_callbacks.length) {
5757
binding_callbacks.pop()();
5858
}
59-
previous_dirty_components = [...dirty_components]
59+
previous_dirty_components = [...dirty_components];
6060
// then, once components are updated, call
6161
// afterUpdate functions. This may cause
6262
// subsequent updates...

0 commit comments

Comments
 (0)