From c94702fc60dfdecc640ba8dd6e6d630249ed3dfc Mon Sep 17 00:00:00 2001 From: tub5 Date: Mon, 28 Jun 2021 12:10:05 +0100 Subject: [PATCH] Remove incorrect text at the top of the file --- ElectronNET.CLI/Commands/BuildCommand.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index 32d3171..f9f5fdb 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -1,5 +1,4 @@ -BuildCommand.cs -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq;