diff --git a/AdventOfCode2023.FSharp/Test/Util.fs b/AdventOfCode2023.FSharp/Test/Util.fs index 49b87e5..4a46068 100644 --- a/AdventOfCode2023.FSharp/Test/Util.fs +++ b/AdventOfCode2023.FSharp/Test/Util.fs @@ -3,7 +3,9 @@ namespace AdventOfCode2023.Test open System.IO open System.Reflection -type Dummy = class end +type Dummy = + class + end [] module Assembly = @@ -18,4 +20,3 @@ module Assembly = |> fun s -> new StreamReader (s) s.ReadToEnd () -