File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/modules/complex/proto Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 - remote: buf.build
55 owner: googleapis
66 repository: googleapis
7- commit: e93e34f48be043dab55be31b4b47f458
8- digest: shake256:93dbe51c27606999eef918360df509485a4d272e79aaed6d0016940379a9b06d316fc5228b7b50cca94bb310f34c5fc5955ce7474f655f0d0a224c4121dda3c1
7+ commit: 546238c53f7340c6a2a6099fb863bc1b
8+ digest: shake256:8d75c12f391e392b24c076d05117b47aeddb090add99c70247a8f4389b906a65f61a933c68e54ed8b73a050b967b6b712ba194348b67c3ab3ee26cc2cb25852c
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Discovery : public Service {
2626 // / @brief Discover valid viam configuration of resources that are physically
2727 // / connected to your machine.
2828 inline std::vector<ResourceConfig> discover_resources () {
29- return discover_resources ({})
29+ return discover_resources ({});
3030 }
3131
3232 // / @brief Discover valid viam configuration of resources that are physically
@@ -45,7 +45,7 @@ class Discovery : public Service {
4545};
4646
4747template <>
48- struct API ::traits<Navigation > {
48+ struct API ::traits<Discovery > {
4949 static API api ();
5050};
5151
You can’t perform that action at this time.
0 commit comments