Skip to content

Commit

Permalink
删除空行
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Jul 30, 2020
1 parent 4f46fed commit 7cf27c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dotnetCampus.CommandLine/Standard/GnuFilter.Help.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private void PrintVerbHelpText(Type verbType, string? commandLineVerb)
Console.Write(GetColumnString(x.Name, columnLength));
Console.WriteLine(x.Description);
}

}
else if (!string.IsNullOrWhiteSpace(commandLineVerb))
{
Expand Down

0 comments on commit 7cf27c8

Please sign in to comment.