diff --git a/src/ApprovalTests/GlobalUsings.cs b/src/ApprovalTests/GlobalUsings.cs index a10475c6..432551aa 100644 --- a/src/ApprovalTests/GlobalUsings.cs +++ b/src/ApprovalTests/GlobalUsings.cs @@ -1,6 +1,4 @@ -// Global using directives - -global using System.Collections.Concurrent; +global using System.Collections.Concurrent; global using System.ComponentModel; global using System.Diagnostics; global using System.Reflection;