From b7dd4ce1193052f4b1c3ca91f8dc28565ff8707f Mon Sep 17 00:00:00 2001 From: "humberto-javier.cortes-benavides" Date: Tue, 19 Jan 2021 14:10:54 +0100 Subject: [PATCH] #1238 fix the test --- src/Fantomas.Tests/ControlStructureTests.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fantomas.Tests/ControlStructureTests.fs b/src/Fantomas.Tests/ControlStructureTests.fs index d031aec9e1..87fdcf436c 100644 --- a/src/Fantomas.Tests/ControlStructureTests.fs +++ b/src/Fantomas.Tests/ControlStructureTests.fs @@ -864,7 +864,7 @@ module Foo = | { Bar = true Baz = _ - } -> - failwith "xxx" + } + -> failwith "xxx" | _ -> None """ \ No newline at end of file