Skip to content

Commit 80a581f

Browse files
committed
cosmetic
1 parent 153fccb commit 80a581f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/behaviortree_cpp/tree_node.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,8 @@ inline Result TreeNode::getInput(const std::string& key, T& destination) const
377377
}
378378

379379
return nonstd::make_unexpected(StrCat("getInput() failed because it was unable to "
380-
"find the "
381-
"key [",
382-
key, "] remapped to [", remapped_key, "]"));
380+
"find the key [", key, "] remapped to [",
381+
remapped_key, "]"));
383382
}
384383
catch (std::exception& err)
385384
{

0 commit comments

Comments
 (0)