Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyhill21 committed Feb 22, 2020
1 parent a80bde8 commit 60e6ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 60e6ad0

Please sign in to comment.