Commit 375f70f
fix: NsTeSTPacket.LeadingBlank defaults to empty string (20.0.1) (#459)
The field models the literal double space vanosilla emits after the
`NsTeST` header; without a non-null default the serializer emits "-"
for an unset property, producing "NsTeST - 0 …" on the wire. Make the
property non-nullable with an empty-string default so consumers don't
have to remember to set it.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ac57e46 commit 375f70f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments