Skip to content

Commit 1d90af1

Browse files
committed
Run formatting
1 parent f3e94f0 commit 1d90af1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compiler/types.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3057,8 +3057,7 @@ export type CallLikeExpression =
30573057
| TaggedTemplateExpression
30583058
| Decorator
30593059
| JsxOpeningLikeElement
3060-
| InstanceofExpression
3061-
;
3060+
| InstanceofExpression;
30623061

30633062
export interface AsExpression extends Expression {
30643063
readonly kind: SyntaxKind.AsExpression;

0 commit comments

Comments
 (0)