Skip to content

Commit 4026e0a

Browse files
committed
chore: fix indentations
1 parent af9c8da commit 4026e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/igx-templates/igx-ts/linear-gauge/default/files/src/app/__path__/__filePrefix__.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('<%=ClassName%>Component', () => {
99

1010
beforeEach(waitForAsync(() => {
1111
TestBed.configureTestingModule({
12-
imports: [IgxLinearGaugeModule, NoopAnimationsModule, <%=ClassName%>Component]
12+
imports: [IgxLinearGaugeModule, NoopAnimationsModule, <%=ClassName%>Component]
1313
})
1414
.compileComponents();
1515
}));

0 commit comments

Comments
 (0)