Skip to content

Commit

Permalink
ktlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunikkk committed Oct 3, 2022
1 parent aa0004f commit 418dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/androidTest/java/com/mapbox/maps/StyleLoadTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class StyleLoadTest {
fun loadStyleWithTerrain(
uri: String = Style.DARK,
terrainSource: String = "TERRAIN_SOURCE",
demSourceUri : String= "mapbox://mapbox.mapbox-terrain-dem-v1"
demSourceUri: String = "mapbox://mapbox.mapbox-terrain-dem-v1"
) {
mapboxMap.loadStyle(
styleExtension = style(uri) {
Expand Down

0 comments on commit 418dd48

Please sign in to comment.