Minor formatting fix

This commit is contained in:
Jonathan G Rennison
2024-01-14 14:36:19 +00:00
parent 563d13ed4e
commit fe2f2207c1

View File

@@ -2401,7 +2401,7 @@ public:
void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override
{
switch (widget) {
case WID_VL_ORDER_VIEW: // Open the shared orders window
case WID_VL_ORDER_VIEW: // Open the shared orders window
assert(this->vli.type == VL_SHARED_ORDERS);
assert(!this->vehicles.empty());
ShowOrdersWindow(this->vehicles[0]);