whitespace changes for linter in pages 500

This commit is contained in:
Tom Bloor 2017-09-19 11:06:41 +01:00
parent 49be004bbc
commit baf64ff4b7
2 changed files with 8 additions and 9 deletions

View file

@ -7,9 +7,8 @@ import { Location } from '@angular/common';
export class P500Component {
constructor(
private location: Location
) {
}
private location: Location,
) { }
goBack(): void {
this.location.back();