Skip to content

Commit 0aef154

Browse files
committed
Fantomas
1 parent 0a4bb51 commit 0aef154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Compiler/Facilities/DiagnosticsLogger.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,7 @@ let RaiseOperationResult res : unit = CommitOperationResult res
667667

668668
let ReportOperationResultAndRecover (res: OperationResult<unit>) : unit =
669669
match res with
670-
| OkResult(warns, _) ->
671-
ReportWarnings warns
670+
| OkResult(warns, _) -> ReportWarnings warns
672671
| ErrorResult(warns, err) ->
673672
ReportWarnings warns
674673
errorR err

0 commit comments

Comments
 (0)