Skip to content

Commit 827edfb

Browse files
committed
proper indentation
1 parent bf88207 commit 827edfb

File tree

3 files changed

+175
-175
lines changed

3 files changed

+175
-175
lines changed

Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ fun createStyle(name: String, accessToken: String, languages: List<String>, colo
510510
"glyphs": "https://api.jawg.io/glyphs/{fontstack}/{range}.pbf",
511511
"layers": [
512512
{ "id": "background", "type": "background", "paint": {"background-color": "${colors.earth}"}},
513-
${layers.joinToString(",\n") { it.toJson() }}
513+
${layers.joinToString(",\n ") { it.toJson() }}
514514
]
515515
}
516516
"""

0 commit comments

Comments
 (0)