From 9f02494ae1d2b23c3e5b2c7bae63328c0702ff21 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 26 Jun 2012 02:11:41 -0400 Subject: [PATCH 1/1] Add indentation. --- src/LWN/URI.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ] -- 2.43.2