Skip to content

Commit e30e5a6

Browse files
committed
Remove a couple of spurious indentation changes
1 parent f5aebb0 commit e30e5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLine/Text/HelpText.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public override string ToString()
657657
.ToString();
658658
}
659659

660-
internal static void AddLine(StringBuilder builder, string value, int maximumLength)
660+
internal static void AddLine(StringBuilder builder, string value, int maximumLength)
661661
{
662662
if (builder == null)
663663
{
@@ -730,7 +730,7 @@ private IEnumerable<Specification> AdaptVerbsToSpecifications(IEnumerable<Type>
730730
return optionSpecs;
731731
}
732732

733-
private HelpText AddOptionsImpl(
733+
private HelpText AddOptionsImpl(
734734
IEnumerable<Specification> specifications,
735735
string requiredWord,
736736
int maximumLength)

0 commit comments

Comments
 (0)