]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Remove an accidental line break and indentation.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Dec 2011 03:38:46 +0000 (22:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Dec 2011 03:38:46 +0000 (22:38 -0500)
src/Cidr.hs

index 826c8622819775cfb8976950eca3f1cb9c5d97f2..a07117d5382842b94d23f87fe469c6831c997aad 100644 (file)
@@ -425,8 +425,7 @@ test_combine_all3 =
   where
     cidr1 = fromJust $ cidr_from_string "10.0.0.16/32"
     cidr2 = fromJust $ cidr_from_string "10.0.0.17/32"
-
-            cidr3 = fromJust $ cidr_from_string "10.0.0.18/32"
+    cidr3 = fromJust $ cidr_from_string "10.0.0.18/32"
     cidr4 = fromJust $ cidr_from_string "10.0.0.19/32"
     expected_cidrs = [fromJust $ cidr_from_string "10.0.0.16/30"]
     test_cidrs = [cidr1, cidr2, cidr3, cidr4]