Skip to content

Commit a0befc5

Browse files
authored
Remove redundant semicolon to silent compiler warning (#448)
1 parent 5c308d1 commit a0befc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/moveit/task_constructor/container.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class Fallbacks : public ParallelContainerBase
163163
inline void replaceImpl();
164164

165165
public:
166-
PRIVATE_CLASS(Fallbacks);
166+
PRIVATE_CLASS(Fallbacks)
167167
Fallbacks(const std::string& name = "fallbacks");
168168

169169
void reset() override;

0 commit comments

Comments
 (0)