mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
Amend
This commit is contained in:
parent
81944658a5
commit
d97b7ff49e
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ impl<'src> Lexer<'src> {
|
|||
self.presume('\n')?;
|
||||
}
|
||||
|
||||
// Emit an eol if there are no open delimiters, otherwise emit a whitespace token.
|
||||
// Emit eol if there are no open delimiters, otherwise emit whitespace.
|
||||
if self.open_delimiters_or_interpolation() {
|
||||
self.token(Whitespace);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue