Satisfy formatter

This commit is contained in:
Henrik Giesel 2021-02-22 14:44:31 +01:00
parent 3d4323b1d4
commit ec9c623d34

View file

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