formatting

This commit is contained in:
Proddy
2022-12-10 11:56:28 +01:00
parent 923494fdce
commit e67fde24f1
5 changed files with 26 additions and 20 deletions

View File

@@ -57,7 +57,7 @@ class DallasSensor {
std::string name() const;
void set_name(const std::string & name) {
name_ = name;
name_ = name;
}
bool apply_customization();