diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json
index 9da40da8e..2a7d07649 100644
--- a/assets/layers/sport_pitch/sport_pitch.json
+++ b/assets/layers/sport_pitch/sport_pitch.json
@@ -459,8 +459,8 @@
{
"if": "surface=fine_gravel",
"then": {
- "en":"The surface is fine gravel",
- "nl":"De ondergrond bestaat uit grind"
+ "en": "The surface is fine gravel",
+ "nl": "De ondergrond bestaat uit grind"
}
}
],
diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json
index 5f94fda48..a52093c2e 100644
--- a/assets/themes/cyclofix/cyclofix.json
+++ b/assets/themes/cyclofix/cyclofix.json
@@ -102,9 +102,10 @@
"=pointRendering": [
{
"marker": [
- {"icon": "pin",
- "color":"#ba2792"}
- ,
+ {
+ "icon": "pin",
+ "color": "#ba2792"
+ },
{
"icon": "./assets/themes/cyclofix/key.svg"
}