Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-lippert committed Feb 5, 2025
1 parent bc84005 commit 52fad84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('CourseOverviewComponent', () => {
router = new MockRouter();

TestBed.configureTestingModule({
imports: [RouterModule.forRoot([]), ArtemisTestModule, MockModule(MatSidenavModule), MockModule(NgbTooltipModule), MockModule(BrowserAnimationsModule), ,],
imports: [RouterModule.forRoot([]), ArtemisTestModule, MockModule(MatSidenavModule), MockModule(NgbTooltipModule), MockModule(BrowserAnimationsModule)],
declarations: [
CourseOverviewComponent,
MockDirective(MockHasAnyAuthorityDirective),
Expand Down

0 comments on commit 52fad84

Please sign in to comment.