Fix Format

This commit is contained in:
Elia Zammuto
2021-05-29 22:29:10 +02:00
parent 4835366a0c
commit ffb80c5fc3
11 changed files with 298 additions and 360 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#include <bitset>
#include <chrono>
#include <optional>
#include <unordered_map>
#include <string>
#include <unordered_map>
#include <vector>
namespace config {
@@ -105,5 +105,5 @@ extern sunshine_t sunshine;
int parse(int argc, char *argv[]);
std::unordered_map<std::string, std::string> parse_config(std::string_view file_content);
}
} // namespace config
#endif