Skip to content

Commit 50165f6

Browse files
Fix lint
1 parent 795350a commit 50165f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function makeTickmode(minor) {
2525
'(*array* is the default value if `tickvals` is provided).',
2626
'If *sync*, the number of ticks will sync with the overlayed axis',
2727
'set by `overlaying` property.'
28-
];
28+
];
2929

3030
if(minor) {
3131
values = values.slice(0, -1);
@@ -38,8 +38,8 @@ function makeTickmode(minor) {
3838
editType: 'ticks',
3939
impliedEdits: {tick0: undefined, dtick: undefined},
4040
description: description.join(' ')
41-
}
42-
};
41+
};
42+
}
4343

4444
function makeNticks(minor) {
4545
return {

0 commit comments

Comments
 (0)