From e78475737636a5d1e0d0a36b475c300cc7bb56cc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Jul 2011 03:12:05 -0400 Subject: hlint tweaks Did all sources except Remotes/* and Command/* --- Locations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Locations.hs') diff --git a/Locations.hs b/Locations.hs index 347b08ce1..2dbf2f55e 100644 --- a/Locations.hs +++ b/Locations.hs @@ -52,7 +52,7 @@ import qualified Git {- The directory git annex uses for local state, relative to the .git - directory -} annexDir :: FilePath -annexDir = addTrailingPathSeparator $ "annex" +annexDir = addTrailingPathSeparator "annex" {- The directory git annex uses for locally available object content, - relative to the .git directory -} -- cgit v1.2.3