Add a new line after in Analyze command

Adding a new line after the message "Evaluating database entries against HIBP file, this will take a while..." helps
to separate a report and the comment.
This commit is contained in:
Sergey Vilgelm 2019-11-15 09:37:14 -06:00 committed by Jonathan White
parent d007ee97e3
commit 39af47fbf9

View File

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