1
0

[CI] Format code according to conventions (#26138)

Format code according to conventions
This commit is contained in:
QMK Bot
2026-04-09 22:26:08 +10:00
committed by GitHub
parent 92c0e2cee1
commit 18ed7c6caf
3 changed files with 58 additions and 55 deletions

View File

@@ -21,7 +21,7 @@
class TestLogger : public std::ostream {
public:
TestLogger() : std::ostream(&m_log){};
TestLogger() : std::ostream(&m_log) {};
TestLogger& info();
TestLogger& trace();
TestLogger& error();