indentation
authorJoey Hess <joeyh@joeyh.name>
Mon, 14 Mar 2022 16:30:27 +0000 (12:30 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 14 Mar 2022 16:30:27 +0000 (12:30 -0400)
Test.hs

diff --git a/Test.hs b/Test.hs
index 0d9f68bccffa23b86dc769a77fc8c16087a72b61..ad70eaac2f66e296b8b6442a665196649fd3f195 100644 (file)
--- 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 ->