[style] fix indention
This commit is contained in:
parent
bc7b340fc3
commit
860f478294
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ public:
|
|||
if (node == node_ptr)
|
||||
{
|
||||
// TODO: Use a different error here?
|
||||
throw std::runtime_error(
|
||||
"Cannot add node to executor, node already added.");
|
||||
throw std::runtime_error(
|
||||
"Cannot add node to executor, node already added.");
|
||||
}
|
||||
}
|
||||
weak_nodes_.push_back(node_ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue