remove consecutive blank line

This commit is contained in:
Eugenio Romano
2016-10-12 13:47:38 +01:00
parent 2dc1cec71e
commit 68465e46f2
54 changed files with 0 additions and 80 deletions

View File

@@ -22,7 +22,6 @@ import { ReportModel } from '../models/report.model';
import { Observer } from 'rxjs/Observer';
import { Observable } from 'rxjs/Observable';
@Component({
moduleId: module.id,
selector: 'analytics-report-list',
@@ -61,7 +60,6 @@ export class AnalyticsReportListComponent implements OnInit {
this.getReportListByAppId();
}
getReportListByAppId() {
this.analyticsService.getReportList().subscribe(
(res: ReportModel[]) => {