From 46a6c8ce50bc0fafbf92cdccb13cfef917c9d060 Mon Sep 17 00:00:00 2001
From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de>
Date: Sun, 8 Dec 2019 19:31:46 +0100
Subject: [PATCH] formatted here map component html file

---
 src/app/components/here-map/here-map.component.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/app/components/here-map/here-map.component.html b/src/app/components/here-map/here-map.component.html
index cb23213..e1ac575 100644
--- a/src/app/components/here-map/here-map.component.html
+++ b/src/app/components/here-map/here-map.component.html
@@ -1,6 +1,6 @@
 <div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div>
-  <ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
-    <ion-fab-button>
-      <ion-icon name="locate"></ion-icon>
-    </ion-fab-button>
-  </ion-fab>
\ No newline at end of file
+<ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
+  <ion-fab-button>
+    <ion-icon name="locate"></ion-icon>
+  </ion-fab-button>
+</ion-fab>
\ No newline at end of file
-- 
GitLab