diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2012-09-11 18:22:04 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-11 16:17:26 -0400 |
commit | af657b10fd7afe591475b78407f90e86f42c80de (patch) | |
tree | 0d025f8e0dc198ed33896329337c31d20a6626ce /Assistant/Threads | |
parent | d0bcdd1726f8cf9ed1bc9ef578a5a1c839f82366 (diff) |
Remove trailing whitespace
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/PairListener.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/PairListener.hs b/Assistant/Threads/PairListener.hs index e8ce3f857..746d88a96 100644 --- a/Assistant/Threads/PairListener.hs +++ b/Assistant/Threads/PairListener.hs @@ -141,7 +141,7 @@ pairAckReceived _ _ _ dstatus _ msg cache = do - has paired with us. Stop sending PairAcks, and finish pairing with them. - - TODO: Should third-party hosts remove their pair request alert when they - - see a PairDone? + - see a PairDone? - Complication: The user could have already clicked on the alert and be - entering the secret. Would be better to start a fresh pair request in this - situation. |