summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-05-16 10:45:40 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-05-16 10:45:40 +0100
commitbe11a02c4f854452687f0f54492bc53b4827637d (patch)
tree5652056e7f93463dcab81652913d5fff1c17b32e /synapse
parentremove unused method recurring_user_daily_visit_stats (diff)
downloadsynapse-be11a02c4f854452687f0f54492bc53b4827637d.tar.xz
remove empty line
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py
index 6f324e075f..4551cf8774 100644
--- a/synapse/storage/__init__.py
+++ b/synapse/storage/__init__.py
@@ -405,7 +405,6 @@ class DataStore(RoomMemberStore, RoomStore,
             # rather just clamping to the beginning of the day is to limit
             # the size of the join - meaning that the query can be run more
             # frequently
-
             self._last_user_visit_update = now
 
         return self.runInteraction("generate_user_daily_visits",