Linting the project

pull/6332/head
subtle-byte 5 years ago
parent 53607d57cc
commit d18baa418e

@ -217,11 +217,11 @@ export function derived<T>(stores: Stores, fn: Function, initial_value?: T): Rea
}
},
() => {
pending &= ~(1 << i)
pending &= ~(1 << i);
if (!pending) {
revalidate();
}
},
}
));
inited = true;

Loading…
Cancel
Save