From 5e1bd50fee185930f7089179953765a28d585802 Mon Sep 17 00:00:00 2001 From: Janis Meister Date: Wed, 9 Feb 2022 09:33:55 +0100 Subject: [PATCH] changed code style --- src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index ec03a98..a59a803 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; -import {HttpClientModule} from '@angular/common/http'; +import { HttpClientModule } from '@angular/common/http'; import { AppComponent } from './app.component'; import { SearchComponent } from './search/search.component'; import { MapComponent } from './map/map.component';