From 41157cf993779e916a6b93275a3ae2bc29e906e3 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 15 Sep 2024 20:21:09 +1000 Subject: [PATCH] refs and cleanup --- src/ApprovalTests/GlobalUsings.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;