diff options
Diffstat (limited to 'src/Sync.hs')
-rw-r--r-- | src/Sync.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Sync.hs b/src/Sync.hs index e8edf33..37941b8 100644 --- a/src/Sync.hs +++ b/src/Sync.hs @@ -30,7 +30,6 @@ instance Service SyncService where updated = filterAncestors (added : current) when (current /= updated) $ do svcSetLocal =<< wrappedStore st (fromStored ls) { lsShared = updated } - return Nothing instance Storable (ServicePacket SyncService) where store' (SyncPacket smsg) = store' smsg |