Skip to content

Commit c19a80a

Browse files
committed
Fix - use semicolon in RH3
1 parent 3ed5076 commit c19a80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hist/RH3Painter.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ class RH3Painter extends RHistPainter {
438438
}
439439

440440
let binx, grx, biny, gry, binz, grz;
441-
xaxis = this.getAxis('x'),
442-
yaxis = this.getAxis('y'),
441+
xaxis = this.getAxis('x');
442+
yaxis = this.getAxis('y');
443443
zaxis = this.getAxis('z');
444444

445445
for (i = i1; i < i2; i += di) {

0 commit comments

Comments
 (0)