Skip to content

Commit 0424dc4

Browse files
committed
Make linter happy
1 parent 5305606 commit 0424dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/steps/validate-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as model from '../model/metamodel'
2121
import { ValidationErrors } from '../validation-errors'
2222
import { JsonSpec } from '../model/json-spec'
2323
import assert from 'assert'
24-
import {TypeName} from "../model/metamodel";
24+
import { TypeName } from '../model/metamodel'
2525

2626
// Superclasses (i.e. non-leaf types, who are inherited or implemented) that are ok to be used as field types because
2727
// they're used as definition reuse and not as polymorphic types.

0 commit comments

Comments
 (0)