Skip to content

Commit

Permalink
cleanup formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sopvop committed Jun 5, 2012
1 parent cfa2e03 commit 4e050a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/suite/Snap/Core/Tests.hs
Expand Up @@ -492,9 +492,9 @@ testMethods = testCase "types/methods" $ do

methodGen :: Int -> Gen Method
methodGen n = variant n $ oneof
[elements [GET, HEAD, POST, PUT, DELETE
, TRACE, OPTIONS, CONNECT, PATCH]
,Method <$> arbitrary
[ elements [ GET, HEAD, POST, PUT, DELETE
, TRACE, OPTIONS, CONNECT, PATCH ]
, Method <$> arbitrary
]

testMethodEq :: Test
Expand Down

0 comments on commit 4e050a3

Please sign in to comment.