diff --git a/src/lemlog/logger/sinks/sd-card.cpp b/src/lemlog/logger/sinks/sd-card.cpp index 782182a..7ae5cd5 100644 --- a/src/lemlog/logger/sinks/sd-card.cpp +++ b/src/lemlog/logger/sinks/sd-card.cpp @@ -3,7 +3,9 @@ #include namespace logger { -SDCard::SDCard(std::string filename, bool logTimestamp) : filename("/usd/" + filename), logTimestamp(logTimestamp) {} +SDCard::SDCard(std::string filename, bool logTimestamp) + : filename("/usd/" + filename), + logTimestamp(logTimestamp) {} std::string SDCard::formatTimestamp(long long ms) { // use the % operator to get the remainder of the division @@ -25,7 +27,8 @@ void SDCard::send(Level level, std::string topic, std::string message) { // output: