Skip to content

Commit d795302

Browse files
committed
the right way I suppose v32
1 parent 3f031ca commit d795302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tokenizer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,6 @@ impl<'a> Tokenizer<'a> {
20172017
s.push(*next);
20182018
chars.next(); // consume next
20192019
} else if dialect_of!(self is SnowflakeDialect) {
2020-
s.push(ch);
20212020
if let Some(next) = chars.next() {
20222021
s.push(next);
20232022
if let Some(next) = chars.peek() {

0 commit comments

Comments
 (0)