Skip to content

Commit 3db1d81

Browse files
committed
refactor(@schematics/angular): minor formatting fixes
Some minor formatting fixes.
1 parent af52fb4 commit 3db1d81

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/schematics/angular/application/files/module-files/src/app/app.component.spec.ts.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<% if(experimentalZoneless) { %> import { provideExperimentalZonelessChangeDetection } from '@angular/core'; <% } %>import { TestBed } from '@angular/core/testing';<% if (routing) { %>
1+
<% if(experimentalZoneless) { %>import { provideExperimentalZonelessChangeDetection } from '@angular/core';
2+
<% } %>import { TestBed } from '@angular/core/testing';<% if (routing) { %>
23
import { RouterModule } from '@angular/router';<% } %>
34
import { AppComponent } from './app.component';
45

packages/schematics/angular/application/files/standalone-files/src/app/app.component.spec.ts.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<% if(experimentalZoneless) { %> import { provideExperimentalZonelessChangeDetection } from '@angular/core'; <% } %>
2-
import { TestBed } from '@angular/core/testing';
1+
<% if(experimentalZoneless) { %>import { provideExperimentalZonelessChangeDetection } from '@angular/core';
2+
<% } %>import { TestBed } from '@angular/core/testing';
33
import { AppComponent } from './app.component';
44

55
describe('AppComponent', () => {

0 commit comments

Comments
 (0)