remove unnecessary newline on here documents
This commit is contained in:
parent
9d034673ec
commit
04abba0dfd
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ std::string condlist::generate(int ind)
|
|||
ret += '&';
|
||||
ret += '\n';
|
||||
ret += ctx.here_document->generate(0);
|
||||
ret += '\n';
|
||||
prev_is_heredoc=true;
|
||||
}
|
||||
else if(parallel)
|
||||
|
|
|
|||
Loading…
Reference in a new issue