mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: clang format line length
This commit is contained in:
@@ -32,7 +32,8 @@ namespace swift::sample
|
||||
QScopedPointer<CVPilotRulesReader> vPilotReader(new CVPilotRulesReader());
|
||||
bool s = vPilotReader->read(false);
|
||||
streamOut << "Read success: " << swift::misc::boolToYesNo(s) << Qt::endl;
|
||||
streamOut << "Read " << vPilotReader->countRulesLoaded() << " rules from " << vPilotReader->countFilesLoaded() << " files" << Qt::endl;
|
||||
streamOut << "Read " << vPilotReader->countRulesLoaded() << " rules from " << vPilotReader->countFilesLoaded()
|
||||
<< " files" << Qt::endl;
|
||||
streamOut << "Distributors: " << vPilotReader->getRules().getSortedDistributors().join(", ");
|
||||
|
||||
Q_UNUSED(streamIn);
|
||||
|
||||
Reference in New Issue
Block a user