Skip to content

Commit c7052a7

Browse files
committed
Fixing lint errors
1 parent f063236 commit c7052a7

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

test/specs/core.layouts.tests.js

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -668,24 +668,24 @@ describe('Chart.layouts', function() {
668668
type: 'line',
669669
responsive: true,
670670
data: {
671-
labels: ["Red", "Blue", "Yellow", "Green", "Purple", "Orange"],
671+
labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
672672
datasets: [{
673673
label: '# of Votes',
674674
data: [12, 19, 3, 5, 2, 3]
675675
}]
676676
},
677677
options: {
678678
scales: {
679-
yAxes: [{
680-
type: 'linear',
681-
label: 'first axis',
682-
position: 'right'
683-
}, {
684-
type: 'linear',
685-
label: 'second axis',
686-
position: 'right'
687-
}]
688-
}
679+
yAxes: [{
680+
type: 'linear',
681+
label: 'first axis',
682+
position: 'right'
683+
}, {
684+
type: 'linear',
685+
label: 'second axis',
686+
position: 'right'
687+
}]
688+
}
689689
}
690690
});
691691

@@ -694,6 +694,4 @@ describe('Chart.layouts', function() {
694694

695695
});
696696
});
697-
698-
699697
});

0 commit comments

Comments
 (0)