Skip to content

Commit 2b6787d

Browse files
committed
formatting
1 parent 3649f87 commit 2b6787d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

components/MaplibreMap.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<script setup lang="ts">
22
import maplibregl from "maplibre-gl";
33
import { ref, onMounted, onUpdated, watch } from "vue";
4-
import { language_script_pairs, layers, namedFlavor } from "@protomaps/basemaps";
4+
import {
5+
language_script_pairs,
6+
layers,
7+
namedFlavor,
8+
} from "@protomaps/basemaps";
59
import { useData } from "vitepress";
610
711
const { isDark } = useData();
@@ -90,7 +94,7 @@ const style = (passedFlavor?: string, highlightLayer?: string, lang?: lang) => {
9094
transition: {
9195
duration: 0,
9296
},
93-
layers: layers("protomaps", namedFlavor(flavor), {lang:lang}).concat(
97+
layers: layers("protomaps", namedFlavor(flavor), { lang: lang }).concat(
9498
highlightLayers("protomaps", highlightLayer),
9599
),
96100
};

0 commit comments

Comments
 (0)