Skip to content

Commit

Permalink
Remove tailing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Jun 4, 2024
1 parent 900aeb3 commit 79ec49b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/device/DeviceBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ void DeviceBase::setCalibration(CalibrationHandler calibrationDataHandler) {
bool success;
std::string errorMsg;
std::tie(success, errorMsg) = pimpl->rpcClient->call("setCalibration", calibrationDataHandler.getEepromData()).as<std::tuple<bool, std::string>>();
;
if(!success) {
throw std::runtime_error(errorMsg);
}
Expand Down

0 comments on commit 79ec49b

Please sign in to comment.