Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Oct 10, 2024
1 parent bd8b130 commit b0a993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ Expr ExprParser::parseType()
typeCheck(e, d_state.mkType());
// should not contain stuck term
if (e.isGround() && e.isEvaluatable())
{
{
std::stringstream msg;
msg << "Parsed type has an unevalated term:" << std::endl;
msg << "Type: " << e << std::endl;
Expand Down

0 comments on commit b0a993d

Please sign in to comment.