auto-formatting

This commit is contained in:
Proddy
2022-06-25 14:25:31 +02:00
parent 2c90a2c3aa
commit 4af1de4093
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class AnalogSensor {
std::string name() const;
void set_name(const std::string & name) {
name_ = name;
name_ = name;
}
uint8_t gpio() const {