From 538c09991303f14a3eb81ff83e5f2073cb65fbaf Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Mon, 30 May 2022 11:44:03 +0200 Subject: [PATCH] Fixing non necessary breaking line --- .../features/location/live/map/LocationLiveMapViewFragment.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vector/src/main/java/im/vector/app/features/location/live/map/LocationLiveMapViewFragment.kt b/vector/src/main/java/im/vector/app/features/location/live/map/LocationLiveMapViewFragment.kt index 076e5027e6..946b6234c1 100644 --- a/vector/src/main/java/im/vector/app/features/location/live/map/LocationLiveMapViewFragment.kt +++ b/vector/src/main/java/im/vector/app/features/location/live/map/LocationLiveMapViewFragment.kt @@ -50,8 +50,7 @@ import javax.inject.Inject * Screen showing a map with all the current users sharing their live location in a room. */ @AndroidEntryPoint -class LocationLiveMapViewFragment @Inject constructor( -) : VectorBaseFragment() { +class LocationLiveMapViewFragment @Inject constructor() : VectorBaseFragment() { @Inject lateinit var urlMapProvider: UrlMapProvider