mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
//! \file
|
||||
//! \ingroup testmisc
|
||||
|
||||
#include "misc/aviation/flightplanaircraftinfo.h"
|
||||
#include "test.h"
|
||||
#include <QTest>
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include "misc/aviation/flightplanaircraftinfo.h"
|
||||
|
||||
using namespace swift::misc::aviation;
|
||||
|
||||
namespace MiscTest
|
||||
@@ -219,7 +221,7 @@ namespace MiscTest
|
||||
QCOMPARE(info.asIcaoString(), "B737/M-SDE2E3FGHIRWXY/LB1");
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // namespace MiscTest
|
||||
|
||||
//! main
|
||||
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestFlightPlanAircraftInfo);
|
||||
|
||||
Reference in New Issue
Block a user