From e0ff60e8275da9cbe993d0e04c3faef483a12a20 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 26 Jan 2026 08:23:32 +1300 Subject: [PATCH] mavsdk_tests: fix formatting --- test/mavsdk_tests/autopilot_tester.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mavsdk_tests/autopilot_tester.cpp b/test/mavsdk_tests/autopilot_tester.cpp index 3131a889ae..d8e771c615 100644 --- a/test/mavsdk_tests/autopilot_tester.cpp +++ b/test/mavsdk_tests/autopilot_tester.cpp @@ -225,7 +225,7 @@ void AutopilotTester::wait_until_hovering() void AutopilotTester::wait_until_altitude(float rel_altitude_m, std::chrono::seconds timeout, float delta) { - auto prom = std::promise{}; + auto prom = std::promise {}; auto fut = prom.get_future(); Telemetry::PositionVelocityNedHandle handle = _telemetry->subscribe_position_velocity_ned([&prom, rel_altitude_m, delta, &handle,