Skip to content

Commit

Permalink
Changes in vehicle_data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayeed Khan committed Oct 1, 2024
1 parent 592622a commit 6afee8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/vehicle_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ const auto enUSVehicles = std::to_array<std::string_view>({

const VehicleDefinition enUSVehicleDefinition = {
.bicycles = enUSBicycles,
.vehicles = enUSVehicles,
.models = enUSModels,
.fuelTypes= enUSFuelTypes,
.colors = enUSColors,
.fuelTypes= enUSFuelTypes,
.manufacturers = enUSManufacturers,
.models = enUSModels,
.vehicles = enUSVehicles,
};

}

0 comments on commit 6afee8d

Please sign in to comment.