Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryLu committed Oct 15, 2023
1 parent e0bfb1c commit 4a410cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { FormsModule } from '@angular/forms';
import { NgbModule} from '@ng-bootstrap/ng-bootstrap';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import {
CommentOutput,
CommentVisibilityType, FeedbackQuestionType,
FeedbackResponseDetails
FeedbackResponseDetails,
} from '../../../../types/api-output';
import { CommentVisibilityControl } from '../../../../types/comment-visibility-control';
import { RichTextEditorModule } from '../../rich-text-editor/rich-text-editor.module';
Expand Down

0 comments on commit 4a410cd

Please sign in to comment.