indentation

This commit is contained in:
Joey Hess 2022-03-14 12:30:27 -04:00
parent 35e91ecb55
commit 8f05bcc98f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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 ->