diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-23 15:42:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-23 15:42:05 -0400 |
commit | d77ff5daddfd9ef73dd04ceda57dfc188054e72e (patch) | |
tree | 1b628eee5ccb81313df099caed76603b4b3d0a1a /Logs | |
parent | 0732d4c8efcc383919b9016881125dd147886121 (diff) |
changelog and minor cleanup to fix mixed spaces/tabs
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/Trust.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/Trust.hs b/Logs/Trust.hs index 161c9fb45..a929832a0 100644 --- a/Logs/Trust.hs +++ b/Logs/Trust.hs @@ -89,7 +89,7 @@ readTrust :: String -> Maybe TrustLevel readTrust "trusted" = Just Trusted readTrust "untrusted" = Just UnTrusted readTrust "semitrusted" = Just SemiTrusted -readTrust "dead" = Just DeadTrusted -- NEW CASE +readTrust "dead" = Just DeadTrusted readTrust _ = Nothing {- The trust.log used to only list trusted repos, without a field for the |