Skip to content

Commit 733d2a2

Browse files
committed
whitespece
1 parent 7e281fc commit 733d2a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/viam/sdk/services/private/discovery_client.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace impl {
1111

1212
DiscoveryClient::DiscoveryClient(std::string name std::shared_ptr<grpc::Channel> channel)
1313
: Discovery(std::move(name)),
14-
stub_(viam::service::discovery::v1::DiscoveryService::NewStub(channel)),
15-
channel_(std::move(channel)) {}
14+
stub_(viam::service::discovery::v1::DiscoveryService::NewStub(channel)),
15+
channel_(std::move(channel)) {}
1616

1717
std::vector<ResourceConfig> DiscoveryClient::discover_resources(const ProtoStruct& extra) {
1818
return make_client_helper(this, *stub_, &StubType::DiscoverResources)

src/viam/sdk/tests/test_utils.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ std::vector<ResourceConfig> fake_discovered_resources() {
4141
{"pins", {{"pwm", 18}, {"dir", 23}}},
4242
{"max_rpm", 100},
4343
{"encoder_steps", 200},
44-
},
45-
"rdk:component:motor",
46-
"rand:cool:motor"),
44+
},
45+
"rdk:component:motor",
46+
"rand:cool:motor"),
4747
ResourceConfig("sensor",
4848
"temp_sensor",
4949
"viam",

0 commit comments

Comments
 (0)