mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 12:45:40 +08:00
refactor: clang-format
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
* \ingroup testmisc
|
||||
*/
|
||||
|
||||
#include "misc/worker.h"
|
||||
#include "misc/eventloop.h"
|
||||
#include <QObject>
|
||||
#include <QTest>
|
||||
|
||||
#include "misc/eventloop.h"
|
||||
#include "misc/worker.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
namespace MiscTest
|
||||
@@ -44,7 +45,7 @@ namespace MiscTest
|
||||
QVERIFY2(future.result() == 123, "Future provides access to slot's return value");
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace MiscTest
|
||||
|
||||
//! main
|
||||
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestWorker);
|
||||
|
||||
Reference in New Issue
Block a user