Skip to content

Commit c52d97b

Browse files
committed
Fantomas
1 parent 61d9319 commit c52d97b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Compiler/Checking/Expressions/CheckComputationExpressions.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,9 @@ and TranslateComputationExpressionBind
27042704
and convertSimpleReturnToExpr (ceenv: ComputationExpressionContext<'a>) comp varSpace innerComp =
27052705
match innerComp with
27062706
| SynExpr.YieldOrReturn((false, _), returnExpr, m, _) ->
2707-
let returnExpr = SynExpr.DebugPoint(DebugPointAtLeafExpr.Yes(false, m), false, returnExpr)
2707+
let returnExpr =
2708+
SynExpr.DebugPoint(DebugPointAtLeafExpr.Yes(false, m), false, returnExpr)
2709+
27082710
Some(returnExpr, None)
27092711

27102712
| SynExpr.Match(spMatch, expr, clauses, m, trivia) ->

0 commit comments

Comments
 (0)