Skip to content

Commit 2607f84

Browse files
committed
fix clang format issue
1 parent 34f1fd5 commit 2607f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/tests/mocks/mock_motion.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class MockMotion : public sdk::Motion {
100100
std::shared_ptr<sdk::WorldState> peek_world_state;
101101

102102
MockMotion(std::string name)
103-
: sdk::Motion(std::move(name)), current_location(init_fake_pose()) {};
103+
: sdk::Motion(std::move(name)), current_location(init_fake_pose()){};
104104
};
105105

106106
} // namespace motion

0 commit comments

Comments
 (0)