diff --git a/testsuite/compiler/update/ArrityCheck.gfs.gold b/testsuite/compiler/update/ArrityCheck.gfs.gold index 7e0ff3d44..bfe3808ab 100644 --- a/testsuite/compiler/update/ArrityCheck.gfs.gold +++ b/testsuite/compiler/update/ArrityCheck.gfs.gold @@ -2,7 +2,8 @@ testsuite/compiler/update/ArrityCheck.gf:6:1: conflicting information in module ArrityCheck - fun f : Int -> Int -> Int ; - def f 0 = \x -> x ; -and - def f 1 1 = 0 ; + fun f : Int -> Int -> Int ; + def f 0 = \x -> x ; + and + def f 1 1 = 0 ; +