From c81a8bd68c53348b9e561dc588499452a5a654c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Oct 2013 22:59:07 -0400 Subject: hlint --- Assistant/Threads/ConfigMonitor.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Assistant/Threads/ConfigMonitor.hs') diff --git a/Assistant/Threads/ConfigMonitor.hs b/Assistant/Threads/ConfigMonitor.hs index 6a01ff35e..3d8be476e 100644 --- a/Assistant/Threads/ConfigMonitor.hs +++ b/Assistant/Threads/ConfigMonitor.hs @@ -54,7 +54,7 @@ type Configs = S.Set (FilePath, String) {- All git-annex's config files, and actions to run when they change. -} configFilesActions :: [(FilePath, Annex ())] configFilesActions = - [ (uuidLog, void $ uuidMapLoad) + [ (uuidLog, void uuidMapLoad) , (remoteLog, void remoteListRefresh) , (trustLog, void trustMapLoad) , (groupLog, void groupMapLoad) @@ -71,7 +71,7 @@ reloadConfigs changedconfigs = do {- Changes to the remote log, or the trust log, can affect the - syncRemotes list. Changes to the uuid log may affect its - display so are also included. -} - when (any (`elem` fs) [remoteLog, trustLog, uuidLog]) $ + when (any (`elem` fs) [remoteLog, trustLog, uuidLog]) updateSyncRemotes where (fs, as) = unzip $ filter (flip S.member changedfiles . fst) -- cgit v1.2.3