Skip to content

Commit

Permalink
auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jun 25, 2022
1 parent 2c90a2c commit 4af1de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/analogsensor.h
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/dallassensor.h
Expand Up @@ -57,7 +57,7 @@ class DallasSensor {

std::string name() const;
void set_name(const std::string & name) {
name_ = name;
name_ = name;
}

bool apply_customization();
Expand Down
2 changes: 1 addition & 1 deletion src/system.h
Expand Up @@ -191,7 +191,7 @@ class System {
#ifndef EMSESP_STANDALONE
return (ethernet_connected() || WiFi.isConnected());
#else
return true;
return true;
#endif
}

Expand Down

0 comments on commit 4af1de4

Please sign in to comment.