Satisfy formatter
This commit is contained in:
parent
3d4323b1d4
commit
ec9c623d34
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user