1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

fix formatting

This commit is contained in:
Andrey Pfau 2023-12-02 17:09:21 +07:00
parent fdbf7defa5
commit d73f80c4ca

View file

@ -912,7 +912,7 @@ Expr* parse_expr14(Lexer& lex, CodeBlob& code, bool nv) {
res->set_val(t);
res->flags = Expr::_IsRvalue;
res->deduce_type(lex.cur());
}
}
return res;
}