Skip to content

Commit ed80c21

Browse files
committed
fixup whitespace
1 parent cf7ea8a commit ed80c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7103,7 +7103,7 @@ export const enum InferencePriority {
71037103
ReturnType = 1 << 7, // Inference made from return type of generic function
71047104
LiteralKeyof = 1 << 8, // Inference made from a string literal to a keyof T
71057105
DistributiveConditional = 1 << 9,
7106-
NoConstraints = 1 << 10, // Don't infer from constraints of instantiable types
7106+
NoConstraints = 1 << 10, // Don't infer from constraints of instantiable types
71077107
AlwaysStrict = 1 << 11, // Always use strict rules for contravariant inferences
71087108
MaxValue = 1 << 12, // Seed for inference priority tracking
71097109

0 commit comments

Comments
 (0)