diff --git a/Views/Vehicle/Index.cshtml b/Views/Vehicle/Index.cshtml index 2e5d540..47cda8e 100644 --- a/Views/Vehicle/Index.cshtml +++ b/Views/Vehicle/Index.cshtml @@ -71,8 +71,7 @@ - @($"{Model.Year} {Model.Make} {Model.Model}")@($"(#{StaticHelper.GetVehicleIdentifier(Model)})") - + @($"{Model.Year} {Model.Make} {Model.Model}")@($"(#{StaticHelper.GetVehicleIdentifier(Model)})")