Skip to content

Commit

Permalink
proper indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 7, 2024
1 parent 33b9f77 commit cca3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ fun createStyle(name: String, accessToken: String, languages: List<String>, colo
"sprite": "https://tiles.versatiles.org/sprites/sprites",
"layers": [
{ "id": "background", "type": "background", "paint": {"background-color": "${colors.earth}"}},
${layers.joinToString(",\n") { it.toJson() }}
${layers.joinToString(",\n ") { it.toJson() }}
]
}
"""
Expand Down

0 comments on commit cca3793

Please sign in to comment.