diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index 747a88de5..47ec449de 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,6 +1,6 @@ using System.Threading.Tasks; -using Microsoft.AspNetCore.Mvc; using VTEX; +using Microsoft.AspNetCore.Mvc; using System.Threading; namespace Controllers