Run clang-format on project
This commit is contained in:
parent
02a65ebb58
commit
cc5013ec6f
@ -1,7 +1,6 @@
|
|||||||
#include "UnaryOpNode.h"
|
#include "UnaryOpNode.h"
|
||||||
|
|
||||||
UnaryOpNode::UnaryOpNode(std::shared_ptr<ExprNode> operand)
|
UnaryOpNode::UnaryOpNode(std::shared_ptr<ExprNode> operand) : operand(operand), ExprNode()
|
||||||
: operand(operand), ExprNode()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user