From 8f05bcc98f03b9d2029a234300edb55a6469ca28 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Mar 2022 12:30:27 -0400 Subject: [PATCH] indentation --- Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.hs b/Test.hs index 0d9f68bccf..ad70eaac2f 100644 --- a/Test.hs +++ b/Test.hs @@ -252,7 +252,7 @@ testDirectoryRemote = testRemote True "directory" $ \remotename -> do , "directory=remotedir" , "encryption=none" ] "init" - + testRemote :: Bool -> String -> (String -> IO ()) -> TestTree testRemote testvariants remotetype setupremote = withResource newEmptyTMVarIO (const noop) $ \getv ->