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 ed6bfed commit 2c7a942Copy full SHA for 2c7a942
src/viam/examples/modules/complex/gizmo/api.cpp
@@ -24,7 +24,7 @@ API API::traits<Gizmo>::api() {
24
return {"viam", "component", "gizmo"};
25
}
26
27
-Gizmo::Gizmo(std::string name) : Component(std::move(name)) {};
+Gizmo::Gizmo(std::string name) : Component(std::move(name)) {}
28
29
/* Gizmo server methods */
30
0 commit comments