Skip to content

Commit c3f2c0b

Browse files
committed
Prettier
1 parent f4f71df commit c3f2c0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/getAllAxes.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ export function axisIdToAxisName(id) {
6868
}
6969

7070
function getSubplotNumber(axis) {
71-
const splitSubplot = axis._subplot ? axis._subplot.split(axis._axisGroup) : [];
71+
const splitSubplot = axis._subplot
72+
? axis._subplot.split(axis._axisGroup)
73+
: [];
7274
return splitSubplot[1] ? Number(splitSubplot[1]) : 0;
7375
}
7476

0 commit comments

Comments
 (0)