]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Add indentation.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 26 Jun 2012 06:11:41 +0000 (02:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 26 Jun 2012 06:11:41 +0000 (02:11 -0400)
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 ]