Unused Semicolon
This commit is contained in:
@ -104,7 +104,6 @@ string Drive::sPowerCyclesToText()
|
||||
string Drive::sTemperatureToText()
|
||||
{
|
||||
return to_string(getTemperature()) + " C";
|
||||
;
|
||||
}
|
||||
|
||||
void Drive::setTaskPercentage(double d32TaskPercentage)
|
||||
|
||||
Reference in New Issue
Block a user