Satisfy formatter

This commit is contained in:
Henrik Giesel 2021-02-22 14:44:31 +01:00
parent 5c332e20ab
commit 49e408e64d

View file

@ -15,7 +15,7 @@ function getOrCreateTooltipDiv(): HTMLDivElement {
tooltipDiv.className = "graph-tooltip";
document.body.appendChild(tooltipDiv);
return tooltipDiv
return tooltipDiv;
}
function showTooltipInner(msg: string, x: number, y: number): void {