Skip to content

Commit

Permalink
Prettier linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie committed Nov 22, 2023
1 parent 7d2d6d0 commit a2e2a97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion angular/src/app/services/geo-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class GeoDataService {
public readonly existingFeatureTypes: Observable<Record<string, boolean>> = this._existingFeatureTypes.asObservable();
public readonly selectNodeEvent: EventEmitter<PathTree<Feature>> = new EventEmitter<PathTree<Feature>>();


constructor(
private http: HttpClient,
private filterService: FilterService,
Expand Down

0 comments on commit a2e2a97

Please sign in to comment.