whitespace
authorJoey Hess <joeyh@joeyh.name>
Tue, 3 Aug 2021 16:18:10 +0000 (12:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 3 Aug 2021 16:18:10 +0000 (12:18 -0400)
Test/Framework.hs

index 81b15eb195893adaea1bbb97b97b7ba6da1a19a5..626302b248790cd887cb21b6d4127bb8527d84f3 100644 (file)
@@ -488,6 +488,7 @@ setTestMode testmode = do
                , ("GIT_ANNEX_USE_GIT_SSH", "1")
                , ("TESTMODE", show testmode)
                ]
+
 runFakeSsh :: [String] -> IO ()
 runFakeSsh ("-n":ps) = runFakeSsh ps
 runFakeSsh (_host:cmd:[]) =