Commit 7c3b76b
committed
fix(wc): adjust column width from 8 to 4 characters for standard alignment
- Change rjust(8) to rjust(4) in print_formatted_report
- Matches real wc utility column formatting more closely
- Reduces excessive whitespace in output
- Update comment to reflect correct width value1 parent e7ffcfe commit 7c3b76b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments