Commit 9a419232 authored by Paul's avatar Paul
Browse files

Formatting

parent ae70a47c
...@@ -513,7 +513,7 @@ void program::debug_print(const std::vector<instruction_ref>& inss) const ...@@ -513,7 +513,7 @@ void program::debug_print(const std::vector<instruction_ref>& inss) const
void program::dry_run(std::unordered_map<std::string, argument> params) const void program::dry_run(std::unordered_map<std::string, argument> params) const
{ {
auto& ctx = this->impl->ctx; auto& ctx = this->impl->ctx;
generic_eval(*this, ctx, params, [](auto&&...) { return argument{}; }); generic_eval(*this, ctx, params, [](auto&&...) { return argument{}; });
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment