Skip to content

Commit cd5e251

Browse files
committed
lint
1 parent a4f1e7b commit cd5e251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate/validate_projection-mode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ValidationError from '../error/validation_error';
22
import getType from '../util/get_type';
33
import v8 from '../reference/v8.json' with {type: 'json'};
44
import {ProjectionType, StyleSpecification} from '../types.g';
5-
import { isPrimitiveProjection, isProjectionTransition, isProjectionType } from '../util/projection';
5+
import {isPrimitiveProjection, isProjectionTransition, isProjectionTyp} from '../util/projection';
66

77
interface ValidateProjectionOptions {
88
sourceName?: string;

0 commit comments

Comments
 (0)