Skip to content

Commit 1a875a2

Browse files
And more whitespace
1 parent 7cd30d7 commit 1a875a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.CommandLine/CliArgument{T}.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CliArgument<T> : CliArgument
1313
{
1414
// TODO: custom parser
1515
/*
16-
private Func<ArgumentResult, T?>? _customParser;
16+
private Func<ArgumentResult, T?>? _customParser;
1717
*/
1818
/// <summary>
1919
/// Initializes a new instance of the Argument class.
@@ -38,7 +38,7 @@ public CliArgument(string name) : base(name)
3838

3939
// TODO: custom parsers
4040
/*
41-
/// <summary>
41+
/// <summary>
4242
/// A custom argument parser.
4343
/// </summary>
4444
/// <remarks>

0 commit comments

Comments
 (0)