Skip to content

Commit 140a505

Browse files
Reinstate proper indentation
1 parent 65e2bc7 commit 140a505

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/src/app/annotate/annotation-input/annotation-input.component.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ export type ParseInput = ReturnType<ParseInputForm["getRawValue"]>;
4444
selector: "la-annotation-input",
4545
standalone: true,
4646
imports: [
47-
CommonModule,
48-
PremisesFormComponent,
49-
KnowledgeBaseFormComponent,
50-
FormsModule,
51-
ReactiveFormsModule,
52-
ProblemDetailsComponent,
53-
FontAwesomeModule,
54-
RouterLinkWithHref,
55-
IconButtonComponent
56-
],
47+
CommonModule,
48+
PremisesFormComponent,
49+
KnowledgeBaseFormComponent,
50+
FormsModule,
51+
ReactiveFormsModule,
52+
ProblemDetailsComponent,
53+
FontAwesomeModule,
54+
RouterLinkWithHref,
55+
IconButtonComponent
56+
],
5757
templateUrl: "./annotation-input.component.html",
5858
styleUrl: "./annotation-input.component.scss",
5959
})

0 commit comments

Comments
 (0)