style: lint style

This commit is contained in:
2912401452 2022-03-30 16:18:19 +08:00
parent bbc53e1680
commit 298bec190c
1 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,8 @@
const gl = {
BACK: 1029,
FRONT: 1028
}
export function getCullFace(
mapVersion: string | undefined,
):number {
FRONT: 1028,
};
export function getCullFace(mapVersion: string | undefined): number {
// 'GAODE1.x' = 'GAODE1.x',
// 'GAODE2.x' = 'GAODE2.x',
// 'MAPBOX' = 'MAPBOX',