Minor formatting.
This commit is contained in:
parent
f6a57053b0
commit
a7e23210f6
@ -45,7 +45,7 @@ ast::VariablePointer makeAuxiliaryBodyVariable(const int i)
|
||||
auto variableName = std::string(AuxiliaryBodyVariablePrefix) + std::to_string(i);
|
||||
|
||||
return std::make_unique<ast::Variable>(std::move(variableName), ast::Variable::Type::Reserved);
|
||||
};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user