Code format fixes

This commit is contained in:
Jonathan White 2019-11-29 13:45:14 -05:00
parent 0423bbe168
commit 7b95867378
11 changed files with 16 additions and 17 deletions

View file

@ -55,8 +55,7 @@ int Analyze::executeWithDatabase(QSharedPointer<Database> database, QSharedPoint
return EXIT_FAILURE;
}
outputTextStream << QObject::tr("Evaluating database entries against HIBP file, this will take a while...")
<< endl;
outputTextStream << QObject::tr("Evaluating database entries against HIBP file, this will take a while...") << endl;
QList<QPair<const Entry*, int>> findings;
QString error;