forked from mirror/qmk_firmware
[CI] Format code according to conventions (#26138)
Format code according to conventions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user