Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 10, 2024
1 parent 16acda8 commit 8f03611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/src/base_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ export function labels_layers(
"text-halo-blur": 1,
},
},
...(t.pois
...((t.pois
? [
{
id: "pois",
Expand Down Expand Up @@ -1538,7 +1538,7 @@ export function labels_layers(
},
},
]
: []) as LayerSpecification[],
: []) as LayerSpecification[]),
{
id: "places_subplace",
type: "symbol",
Expand Down

0 comments on commit 8f03611

Please sign in to comment.