We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1fd5 commit 2607f84Copy full SHA for 2607f84
src/viam/sdk/tests/mocks/mock_motion.hpp
@@ -100,7 +100,7 @@ class MockMotion : public sdk::Motion {
100
std::shared_ptr<sdk::WorldState> peek_world_state;
101
102
MockMotion(std::string name)
103
- : sdk::Motion(std::move(name)), current_location(init_fake_pose()) {};
+ : sdk::Motion(std::move(name)), current_location(init_fake_pose()){};
104
};
105
106
} // namespace motion
0 commit comments