Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 16, 2022
1 parent 2b904b8 commit e893217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/ESP32/ESP32Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct ESP32Config::Key
const char * Name;

bool operator==(const Key & other) const;

template<typename T, typename std::enable_if_t<std::is_convertible<T, const char *>::value, int> = 0>
Key(const char * aNamespace, T aName) :
Namespace(aNamespace), Name(aName)
Expand Down

0 comments on commit e893217

Please sign in to comment.