Skip to content

Commit 971ccbc

Browse files
committed
eslint
1 parent b7026a2 commit 971ccbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/hist2d/TH1Painter.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,11 @@ class TH1Painter extends THistPainter {
913913
if (res && draw_hist)
914914
add_hist();
915915

916-
if (hints_text)
916+
if (hints_text) {
917917
this.appendPath(hints_text)
918918
.style('fill', 'none')
919919
.style('pointer-events', this.isBatchMode() ? null : 'visibleFill');
920+
}
920921

921922
if (show_text)
922923
return this.finishTextDrawing();

0 commit comments

Comments
 (0)