Skip to content

Commit 575e961

Browse files
committed
fmt
1 parent 33903b3 commit 575e961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/checker/types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,10 @@ func (t *Type) ObjectFlags() ObjectFlags {
574574

575575
// Casts for concrete struct types
576576

577-
func (t *Type) AsIntrinsicType() *IntrinsicType { return t.data.(*IntrinsicType) }
578-
func (t *Type) AsLiteralType() *LiteralType { return t.data.(*LiteralType) }
579-
func (t *Type) AsUniqueESSymbolType() *UniqueESSymbolType { return t.data.(*UniqueESSymbolType) }
580-
func (t *Type) AsTupleType() *TupleType { return t.data.(*TupleType) }
577+
func (t *Type) AsIntrinsicType() *IntrinsicType { return t.data.(*IntrinsicType) }
578+
func (t *Type) AsLiteralType() *LiteralType { return t.data.(*LiteralType) }
579+
func (t *Type) AsUniqueESSymbolType() *UniqueESSymbolType { return t.data.(*UniqueESSymbolType) }
580+
func (t *Type) AsTupleType() *TupleType { return t.data.(*TupleType) }
581581
func (t *Type) AsInstantiationExpressionType() *InstantiationExpressionType {
582582
return t.data.(*InstantiationExpressionType)
583583
}

0 commit comments

Comments
 (0)