summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-08-09 23:36:45 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-08-09 23:36:45 -0400
commit7c7889a04dbe798c28332a2d54ebd03f532fd00f (patch)
tree06d7f0e9b3a88ad2d131995f15149eb5f034f3eb /src/Cache.cpp
parentCache User Mentions (diff)
downloadnheko-7c7889a04dbe798c28332a2d54ebd03f532fd00f.tar.xz
Fix linting issues w/ the last commit
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp
index 5ccf9291..799dd319 100644
--- a/src/Cache.cpp
+++ b/src/Cache.cpp
@@ -1253,7 +1253,6 @@ Cache::getTimelineMentions()
         return notifs;
 }
 
-
 mtx::responses::Timeline
 Cache::getTimelineMessages(lmdb::txn &txn, const std::string &room_id)
 {
@@ -2022,7 +2021,8 @@ Cache::saveTimelineMentions(lmdb::txn &txn,
 
         int i = 0;
         for (const auto &notif : res) {
-                nhlog::db()->debug("Storing notification " + std::to_string(i++) + " for room " + room_id);
+                nhlog::db()->debug("Storing notification " + std::to_string(i++) + " for room " +
+                                   room_id);
                 const auto event_id = utils::event_id(notif.event);
 
                 // double check that we have the correct room_id...