Skip to content

Commit

Permalink
Remove unnecessary number format code
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice authored Jan 2, 2022
1 parent 14cee6b commit 244b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs4win/Chapter02/Formatting/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
int bananasCount = 56789;

WriteLine(
format: "{0,-10} {1,6:N0}",
format: "{0,-10} {1,6}",
arg0: "Name",
arg1: "Count");

Expand Down

0 comments on commit 244b78c

Please sign in to comment.