Commit 1e2d7087 authored by Don Gagne's avatar Don Gagne

Merge pull request #1434 from dogmaphobic/extraCurly

Fixing superfluous curly braces.
parents 21d99702 fb479fc8
......@@ -21,7 +21,6 @@ Column {
VehicleSummaryRow {
labelText: "Compass:"
valueText: mag0IdFact.value == 0 ? "Setup required" : "Ready"
}
}
Row {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment