Skip to content

Commit 57d0494

Browse files
committed
Satisfy fourmolu
1 parent ab3979d commit 57d0494

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • cabal-install/tests/UnitTests/Distribution/Solver/Modular

cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,9 @@ tests =
442442
["A"]
443443
(solverFailure . isInfixOf $ solverMsg "all")
444444
]
445-
, testGroup "=eq" [ runTest . whenEq $ mkTest db17 "goal A B backtracking" ["A", "B"] solveAB
445+
, testGroup
446+
"=eq"
447+
[ runTest . whenEq $ mkTest db17 "goal A B backtracking" ["A", "B"] solveAB
446448
, runTest . whenEq $
447449
(mkTest db17 "goal A with B ==1, C ==1" ["A"] solveABC)
448450
{ testConstraints = eqConstraints

0 commit comments

Comments
 (0)