Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Sep 10, 2023
1 parent dba81a9 commit fa1b247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Quotient/connectionencryptiondata_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ void ConnectionEncryptionData::handleQueryKeys(const QHash<QString, QHash<QStrin
continue;
}
if (!std::all_of(device.algorithms.cbegin(),
device.algorithms.cend(),
isSupportedAlgorithm)) {
device.algorithms.cend(), isSupportedAlgorithm)) {
qWarning(E2EE) << "Unsupported encryption algorithms found"
<< device.algorithms;
continue;
Expand Down

0 comments on commit fa1b247

Please sign in to comment.