Skip to content

Commit b9df193

Browse files
committed
fix linter error
1 parent e2f0fd3 commit b9df193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/controller.bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ module.exports = function(Chart) {
481481
var model = rectangle._model;
482482
var type;
483483
var dataset2 = this.chart.config.data.datasets[this.chart.id];
484-
if(dataset2) {
484+
if (dataset2) {
485485
type = dataset2.type;
486486
}
487487
type = type ? type : this.chart.config.type;

0 commit comments

Comments
 (0)