Skip to content

Commit 2a82c0a

Browse files
committed
chore: remove extra spaces
1 parent b042191 commit 2a82c0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ConsoleAppFramework/ConsoleAppBaseCode.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class ConsoleAppBaseCode
88
#pragma warning disable
99
1010
namespace ConsoleAppFramework;
11-
11+
1212
using System;
1313
using System.Text;
1414
using System.Reflection;
@@ -307,7 +307,7 @@ static bool TryShowHelpOrVersion(ReadOnlySpan<string> args, int requiredParamete
307307
if (args.Length == 0)
308308
{
309309
if (requiredParameterCount == 0) return false;
310-
310+
311311
ShowHelp(helpId);
312312
return true;
313313
}
@@ -531,7 +531,7 @@ static bool TryShowHelpOrVersion(ReadOnlySpan<string> args, int requiredParamete
531531
if (args.Length == 0)
532532
{
533533
if (requiredParameterCount == 0) return false;
534-
534+
535535
ShowHelp(helpId);
536536
return true;
537537
}

0 commit comments

Comments
 (0)