diff options
author | 2012-12-13 00:24:19 -0400 | |
---|---|---|
committer | 2012-12-13 00:24:19 -0400 | |
commit | 94554782894ec6c26da3b46312d5d1d16d596458 (patch) | |
tree | 78746106bfb153945ccbfd2bbae536081c005e91 /Annex/Queue.hs | |
parent | 55bd61d8c42aaf36a3c57f8444c493f6b045f4cd (diff) |
finished where indentation changes
Diffstat (limited to 'Annex/Queue.hs')
-rw-r--r-- | Annex/Queue.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Annex/Queue.hs b/Annex/Queue.hs index 97a759d10..64cc92897 100644 --- a/Annex/Queue.hs +++ b/Annex/Queue.hs @@ -58,8 +58,8 @@ new = do q <- Git.Queue.new <$> queuesize store q return q - where - queuesize = readish <$> getConfig (annexConfig "queuesize") "" + where + queuesize = readish <$> getConfig (annexConfig "queuesize") "" store :: Git.Queue.Queue -> Annex () store q = changeState $ \s -> s { repoqueue = Just q } |