Skip to content

Commit ddb17bb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4bea80f commit ddb17bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/obstacle.impl.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ void Obstacle::loadPointCloudFromPoints(const char* objectName,
148148
<< objectName << " exists with resolution "
149149
<< tree->getResolution()
150150
<< ", which is different from the asked resolution ("
151-
<< resolution << ").\n"
152-
"You can either remove the obstacle or stick to the "
151+
<< resolution
152+
<< ").\n"
153+
"You can either remove the obstacle or stick to the "
153154
"existing resolution.");
154155
}
155156
tree->clear();

0 commit comments

Comments
 (0)