diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-13 00:45:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-13 00:45:27 -0400 |
commit | 7db480af0f944ca0e6c062cd1243c63ad7f878d1 (patch) | |
tree | 21d7efe0b866dd7db1a5396a842652f49c676e84 /Assistant/Alert.hs | |
parent | 94554782894ec6c26da3b46312d5d1d16d596458 (diff) |
whitespace fixes
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index e953e1a5e..c615b38ef 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -71,7 +71,7 @@ type AlertMap = M.Map AlertId Alert {- Higher AlertId indicates a more recent alert. -} newtype AlertId = AlertId Integer - deriving (Read, Show, Eq, Ord) + deriving (Read, Show, Eq, Ord) firstAlertId :: AlertId firstAlertId = AlertId 0 @@ -247,7 +247,7 @@ syncAlert rs = baseActivityAlert [Tensed "Syncing" "Synced", "with", showRemotes rs] , alertData = [] , alertPriority = Low - } + } scanAlert :: [Remote] -> Alert scanAlert rs = baseActivityAlert |