diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index c72fd1c09..223c521b6 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; -using System.Threading.Tasks; using System.Threading; using VTEX; +using System.Threading.Tasks; namespace Controllers {