whitespace changes for pages 404

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

View file

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