cleanup
This commit is contained in:
parent
6cc0d93bd6
commit
a238e58365
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-}
|
{-# LANGUAGE QuasiQuotes, TemplateHaskell, OverloadedStrings #-}
|
||||||
|
|
||||||
module Assistant.WebApp.Configurators.Preferences (
|
module Assistant.WebApp.Configurators.Preferences (
|
||||||
getPreferencesR
|
getPreferencesR
|
||||||
|
@ -68,7 +68,6 @@ getPrefs = PrefsForm
|
||||||
<*> (annexNumCopies <$> Annex.getGitConfig)
|
<*> (annexNumCopies <$> Annex.getGitConfig)
|
||||||
<*> inAutoStartFile
|
<*> inAutoStartFile
|
||||||
<*> ((==) <$> (pure $ Just DEBUG) <*> (liftIO $ getLevel <$> getRootLogger))
|
<*> ((==) <$> (pure $ Just DEBUG) <*> (liftIO $ getLevel <$> getRootLogger))
|
||||||
where
|
|
||||||
|
|
||||||
storePrefs :: PrefsForm -> Annex ()
|
storePrefs :: PrefsForm -> Annex ()
|
||||||
storePrefs p = do
|
storePrefs p = do
|
||||||
|
|
Loading…
Add table
Reference in a new issue