Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Dec 3, 2023
1 parent 67c79cd commit 34aac1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h2>Search</h2>
<mat-list-item>
<div>
<a matListItemTitle [routerLink]="['/edit', person.id]">{{person.name}}</a>
<span matListItemLine>{{person.phone}}</span>
<span matListItemLine>{{person.address.street}}<br/>
{{person.address.city}}, {{person.address.state}} {{person.address.zip}}</span>
<span matListItemLine>{{person.phone}}</span>
<span matListItemLine>{{person.address.street}}<br/>
{{person.address.city}}, {{person.address.state}} {{person.address.zip}}</span>
</div>
</mat-list-item>
}
Expand Down
1 change: 0 additions & 1 deletion src/app/shared/search/search.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { TestBed } from '@angular/core/testing';

import { SearchService } from './search.service';
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';

Expand Down

0 comments on commit 34aac1c

Please sign in to comment.