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