зеркало из https://github.com/github/vitess-gh.git
Fixed some linting errors
This commit is contained in:
Родитель
8f88b3d1eb
Коммит
cc9e8df243
|
@ -40,7 +40,7 @@ export class HeatmapComponent implements AfterViewInit, OnInit {
|
|||
// TODO(pkulshre): fix this when backend is generalized.
|
||||
return 1;
|
||||
}
|
||||
return this.yLabels.reduce((a,b)=>a.Label.Rowspan+b.Label.Rowspan);
|
||||
return this.yLabels.reduce( (a, b) => a.Label.Rowspan + b.Label.Rowspan);
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче