refactor(cxx): formatted according to IDF astyle rules

This commit is contained in:
Jakob Hasse
2024-03-05 14:07:05 +08:00
parent 5f85aefe0d
commit 0c01c5965e
10 changed files with 90 additions and 103 deletions

View File

@@ -20,8 +20,7 @@
using namespace std::chrono;
const auto sleep_time = seconds
{
const auto sleep_time = seconds {
5
};