Skip to content

Commit b2d40b8

Browse files
committed
Merge branch 'main' into develop
2 parents cec9cdb + 921ef78 commit b2d40b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/cons_expr/cons_expr.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,6 @@ struct cons_expr
13661366
if constexpr (std::is_same_v<void, Ret>) {
13671367
engine.eval(engine.global_scope,
13681368
engine.invoke_function(engine.global_scope, callable, engine.values.insert_or_find(args)));
1369-
13701369
} else {
13711370
return engine.eval_to<Ret>(engine.global_scope,
13721371
engine.invoke_function(engine.global_scope, callable, engine.values.insert_or_find(args)));

0 commit comments

Comments
 (0)