oh tidy yourself

This commit is contained in:
Bret Curtis 2023-05-27 23:58:27 +02:00
parent 97fe5cab85
commit 4578e4e6e1

View file

@ -198,10 +198,7 @@ namespace Debug
return c;
}
int sync() override
{
return 0;
}
int sync() override { return 0; }
private:
std::unique_ptr<DebugOutputBase> m_sink;