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 141487f commit 7b7da5aCopy full SHA for 7b7da5a
src/viam/sdk/components/private/power_sensor_client.cpp
@@ -38,7 +38,7 @@ PowerSensor::current from_proto(const GetCurrentResponse& proto) {
38
PowerSensorClient::PowerSensorClient(std::string name, std::shared_ptr<grpc::Channel> channel)
39
: PowerSensor(std::move(name)),
40
stub_(PowerSensorService::NewStub(channel)),
41
- channel_(std::move(channel)) {};
+ channel_(std::move(channel)) {}
42
43
PowerSensor::voltage PowerSensorClient::get_voltage(const ProtoStruct& extra) {
44
return make_client_helper(this, *stub_, &StubType::GetVoltage)
0 commit comments