diff --git a/dotnet-observability/eShopLite/Products/Program.cs b/dotnet-observability/eShopLite/Products/Program.cs index 8230ea8..883bf3e 100644 --- a/dotnet-observability/eShopLite/Products/Program.cs +++ b/dotnet-observability/eShopLite/Products/Program.cs @@ -1,4 +1,4 @@ -vusing Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using Products.Data; using Products.Endpoints;