Skip to content

Commit

Permalink
Remove trailing whitespace to fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
domlimm committed Jul 26, 2022
1 parent 5e50c39 commit 3e7b9ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export class InstructorCoursesPageComponent implements OnInit {
this.numberOfSessionsCopied += 1;
this.updateProgressBarHandler(
Math.round(100 * this.numberOfSessionsCopied / this.totalNumberOfSessionsToCopy));

if (this.numberOfSessionsCopied === this.totalNumberOfSessionsToCopy) {
resolve();
}
Expand Down

0 comments on commit 3e7b9ad

Please sign in to comment.