comment
This commit is contained in:
parent
3a03d314a3
commit
6fabd1b634
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ func (p *printer) _map(m *d2ast.Map) {
|
|||
|
||||
if m.IsFileMap() && nb.IsBoardNode() {
|
||||
currString := p.sb.String()
|
||||
// if the two characters before the special board is not a double newline, we add one
|
||||
// if the two characters before the board node is not a double newline, we add one
|
||||
if currString[len(currString)-2:] != "\n\n" {
|
||||
p.newline()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue