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

@@ -1,8 +1,8 @@
import { Component } from '@angular/core';
@Component({
selector: 'home',
template: require('./home.component.html')
selector: 'home',
template: require('./home.component.html')
})
export class HomeComponent {
}