Make indentation consistent

This commit is contained in:
SteveSandersonMS
2016-09-19 15:43:58 +01:00
parent 07a9c1685f
commit 358ee2261e
4 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
import { Http } from '@angular/http';
@Component({
selector: 'fetchdata',
template: require('./fetchdata.component.html')
selector: 'fetchdata',
template: require('./fetchdata.component.html')
})
export class FetchDataComponent {
public forecasts: WeatherForecast[];