Fixing non necessary breaking line

This commit is contained in:
Maxime NATUREL 2022-05-30 11:44:03 +02:00
parent 1756fa26e1
commit 538c099913

View file

@ -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<FragmentSimpleContainerBinding>() {
class LocationLiveMapViewFragment @Inject constructor() : VectorBaseFragment<FragmentSimpleContainerBinding>() {
@Inject lateinit var urlMapProvider: UrlMapProvider