Skip to content

Commit cd1f270

Browse files
committed
Fantomas
1 parent 4edb3dc commit cd1f270

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Compiler/Service/FSharpCheckerResults.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,8 @@ type internal TypeCheckInfo
729729
let quals =
730730
sResolutions.CapturedExpressionTypings
731731
|> Seq.filter (fun (ty, nenv, _, m) ->
732-
not m.IsSynthetic &&
732+
not m.IsSynthetic
733+
&&
733734

734735
// We only want expression types that end at the particular position in the file we are looking at.
735736
posEq m.End endOfExprPos

0 commit comments

Comments
 (0)