mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Remove redundant parens
This commit is contained in:
@@ -254,7 +254,7 @@ tok_t tokenizer_t::read_string() {
|
||||
is_first = false;
|
||||
}
|
||||
|
||||
if ((!this->accept_unfinished) && (mode != tok_modes::regular_text)) {
|
||||
if (!this->accept_unfinished && (mode != tok_modes::regular_text)) {
|
||||
if (mode & tok_modes::char_escape) {
|
||||
return this->call_error(tokenizer_error_t::unterminated_escape, buff_start,
|
||||
this->token_cursor - 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user