mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
fix formatting
This commit is contained in:
parent
fdbf7defa5
commit
d73f80c4ca
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ Expr* parse_expr14(Lexer& lex, CodeBlob& code, bool nv) {
|
||||||
res->set_val(t);
|
res->set_val(t);
|
||||||
res->flags = Expr::_IsRvalue;
|
res->flags = Expr::_IsRvalue;
|
||||||
res->deduce_type(lex.cur());
|
res->deduce_type(lex.cur());
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue