whitespace

This commit is contained in:
Joey Hess 2021-08-03 12:18:10 -04:00
parent 6e67ea5d7c
commit 9b85d95333
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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:[]) =