Skip to content

Commit

Permalink
Use compound assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Nov 6, 2023
1 parent c99658d commit 449c7ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected string Format(

if (charBetweenCallingCodeAndNsn != Chars.Null)
{
arSize = arSize + 1;
arSize++;
}

Span<char> ar = stackalloc char[arSize];
Expand Down

0 comments on commit 449c7ba

Please sign in to comment.