mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-13 04:55:44 +08:00
Formatting (#879)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
20921b79b8
commit
f71cb04cd2
@@ -29,9 +29,6 @@ using namespace BlackMisc::Math;
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
/*
|
||||
* Geo classes tests
|
||||
*/
|
||||
void CTestGeo::geoBasics()
|
||||
{
|
||||
CLatitude lati(10, CAngleUnit::deg());
|
||||
@@ -48,7 +45,6 @@ namespace BlackMiscTest
|
||||
CCoordinateGeodetic equator = { 0.0, 70.354683 };
|
||||
QCOMPARE(calculateEuclideanDistance(northPole, equator), std::sqrt(2.0f));
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user