Removed unnecessary using directive

This commit is contained in:
Frank Ray
2024-10-09 10:56:44 +01:00
committed by Patrik Svensson
parent dfdd129dd0
commit 75b3b83210

View File

@ -1,5 +1,3 @@
using System.Runtime.InteropServices;
namespace Spectre.Console.Tests.Unit.Cli;
public sealed partial class CommandAppTests