fix: format

This commit is contained in:
Felix Roos 2023-07-04 18:47:44 +02:00
parent 9e1b9f7f5c
commit 7f12ce9b45
2 changed files with 2 additions and 4 deletions

View file

@ -22,7 +22,7 @@ function useHighlighting({ view, pattern, active, getTime }) {
highlights.current = highlights.current.concat(haps); // add potential new onsets
highlightMiniLocations(view, begin, highlights.current);
} catch (err) {
highlightMiniLocations(view, 0, [])
highlightMiniLocations(view, 0, []);
}
frame = requestAnimationFrame(updateHighlights);
});