Skip to content

Commit 08a272c

Browse files
committed
format
1 parent bda04b6 commit 08a272c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

day19/Program.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ bbrgwb"
6262
let testPart1 () = parse input |> part1 |> should equal 6
6363

6464
[<Fact>]
65-
let testPart2 () = parse input |> part2 |> should equal 16L
65+
let testPart2 () =
66+
parse input |> part2 |> should equal 16L
6667

6768
[<EntryPoint>]
6869
let main _ =

0 commit comments

Comments
 (0)