Skip to content

Commit 2c7a942

Browse files
committed
linter
1 parent ed6bfed commit 2c7a942

File tree

1 file changed

+1
-1
lines changed
  • src/viam/examples/modules/complex/gizmo

1 file changed

+1
-1
lines changed

src/viam/examples/modules/complex/gizmo/api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ API API::traits<Gizmo>::api() {
2424
return {"viam", "component", "gizmo"};
2525
}
2626

27-
Gizmo::Gizmo(std::string name) : Component(std::move(name)) {};
27+
Gizmo::Gizmo(std::string name) : Component(std::move(name)) {}
2828

2929
/* Gizmo server methods */
3030

0 commit comments

Comments
 (0)