From: Michael Orlitzky Date: Tue, 26 Jun 2012 06:11:41 +0000 (-0400) Subject: Add indentation. X-Git-Tag: v0.0.1~46 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=commitdiff_plain;h=9f02494ae1d2b23c3e5b2c7bae63328c0702ff21 Add indentation. --- diff --git a/src/LWN/URI.hs b/src/LWN/URI.hs index 55e4cb3..61ea6ca 100644 --- a/src/LWN/URI.hs +++ b/src/LWN/URI.hs @@ -133,6 +133,6 @@ test_https_uris_matched = uri_tests :: Test uri_tests = testGroup "URI Tests" [ - testCase "HTTP URIs matched" test_http_uris_matched, - testCase "HTTPS URIs matched" test_https_uris_matched, - testCase "LWN URLs matched" test_lwn_urls_matched ] + testCase "HTTP URIs matched" test_http_uris_matched, + testCase "HTTPS URIs matched" test_https_uris_matched, + testCase "LWN URLs matched" test_lwn_urls_matched ]