prettier: movetime.js

pull/9319/head
Konstantinos07 2021-06-30 11:44:32 +03:00
parent 782a3318fa
commit 484ea2fe30
1 changed files with 2 additions and 3 deletions

View File

@ -119,9 +119,8 @@ lichess.movetimeChart = function (data, trans, hunter) {
if (event.point) {
const x = event.point.x;
const p =
this.highcharts.series[
(showTotal ? 4 : 0) + (((tree[x] ? tree[x].ply : undefined) || x) % 2)
].data[x >> 1];
this.highcharts.series[(showTotal ? 4 : 0) + (((tree[x] ? tree[x].ply : undefined) || x) % 2)]
.data[x >> 1];
}
},
},