Commit d71ec98
Struct#pretty_print strip blank lines (#3)
* Struct#pretty_print strip blank lines
The previous fix resolved the error during inspect, but left blank lines
in the output for pad fields. This commit removes those blank lines.
---------
Co-authored-by: David M. Lary <[email protected]>1 parent b0d6d9c commit d71ec98
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
516 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
517 | 520 | | |
518 | 521 | | |
519 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
0 commit comments