From 60e6ad0a2833ad2da2322de3f4f85b0a9aba8960 Mon Sep 17 00:00:00 2001 From: colbyhill21 Date: Sat, 22 Feb 2020 07:58:40 -0500 Subject: [PATCH] fixed linting errors --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7c906b0..3e70cab 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -79,7 +79,7 @@ export class AppComponent { } else { this.time += s; } - this.setTitle("TaskFocus (" + this.time + ")"); //Update the Document Title in Browser + this.setTitle('TaskFocus (' + this.time + ')'); // Update the Document Title in Browser } else { this.numFocus += 1; this.startBreak();