Skip to content
Snippets Groups Projects
Verified Commit 231bebba authored by Nicolas Werner's avatar Nicolas Werner
Browse files

The hybris of committing a line without linting

parent 54931cb2
No related branches found
No related tags found
No related merge requests found
Pipeline #3897 passed
......@@ -964,7 +964,7 @@ Cache::getOlmSession(const std::string &curve25519, const std::string &session_i
try {
auto txn = ro_txn(env_);
auto db = getOlmSessionsDb(txn, curve25519);
auto db = getOlmSessionsDb(txn, curve25519);
std::string_view pickled;
bool found = db.get(txn, session_id, pickled);
......@@ -986,7 +986,7 @@ Cache::getLatestOlmSession(const std::string &curve25519)
try {
auto txn = ro_txn(env_);
auto db = getOlmSessionsDb(txn, curve25519);
auto db = getOlmSessionsDb(txn, curve25519);
std::string_view session_id, pickled_session;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment