This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Commit 8bd6f3b
committed
fix: preserve newlines between blocks in patch-bbl-template.sh
The remove_block function was consuming all trailing newlines after a
removed block, causing adjacent blocks to collapse onto the same line.
Now consumes exactly one trailing newline.1 parent 0a54ead commit 8bd6f3b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments