From fb479fc819bc33b018c1050aee1dfc84f52f8814 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Thu, 9 Apr 2015 07:25:06 -0400 Subject: [PATCH] Fixing superfluous curly braces. --- src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml index c4d7f9303..7211124ca 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml @@ -21,7 +21,6 @@ Column { VehicleSummaryRow { labelText: "Compass:" valueText: mag0IdFact.value == 0 ? "Setup required" : "Ready" - } } Row { -- 2.22.0