From 6655ceffe46a642c9379c4327dd9c84e6bfd6977 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 28 Apr 2018 15:14:57 -0700 Subject: Formatting pass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t always like the output hindent gives, so reformat the project to be a bit closer to what you see in published Haskell books and the like. --- tests/Data/DigestTests.hs | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'tests/Data/DigestTests.hs') diff --git a/tests/Data/DigestTests.hs b/tests/Data/DigestTests.hs index a407f62..daef282 100644 --- a/tests/Data/DigestTests.hs +++ b/tests/Data/DigestTests.hs @@ -12,9 +12,7 @@ -- License for the specific language governing permissions and limitations under -- the License. -module Data.DigestTests - ( tests - ) where +module Data.DigestTests (tests) where import Test.Tasty (TestTree, testGroup) @@ -23,10 +21,8 @@ import qualified Data.Digest.Sha1Tests import qualified Data.Digest.Sha2Tests tests :: TestTree -tests = - testGroup - "Data.Digest" - [ Data.Digest.Md5Tests.tests - , Data.Digest.Sha1Tests.tests - , Data.Digest.Sha2Tests.tests - ] +tests = testGroup "Data.Digest" + [ Data.Digest.Md5Tests.tests + , Data.Digest.Sha1Tests.tests + , Data.Digest.Sha2Tests.tests + ] -- cgit v1.2.3