Fix ktlint issues
This commit is contained in:
parent
246c33589a
commit
d3830af78b
100 changed files with 66 additions and 158 deletions
|
|
@ -36,7 +36,6 @@ internal class MapApplier(
|
|||
val style: Style,
|
||||
val symbolManager: SymbolManager,
|
||||
) : AbstractApplier<MapNode>(MapNodeRoot) {
|
||||
|
||||
private val decorations = mutableListOf<MapNode>()
|
||||
|
||||
override fun onClear() {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ internal class MapPropertiesNode(
|
|||
cameraPositionState: CameraPositionState,
|
||||
locationSettings: MapLocationSettings,
|
||||
) : MapNode {
|
||||
|
||||
init {
|
||||
map.locationComponent.activateLocationComponent(
|
||||
LocationComponentActivationOptions.Builder(context, style)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue