]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/LWN/URI.hs
Add indentation.
[dead/lwn-epub.git] / src / LWN / URI.hs
index 55e4cb33f99d0a46e4a9af57dfc1adc42d995ac0..61ea6ca356044a944e18843f45ba9efcb14af114 100644 (file)
@@ -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 ]