Apply clang-format fixes

This commit is contained in:
github-actions[bot] 2025-09-10 15:58:28 +00:00
parent 6989521a31
commit ced176fc7d
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#pragma once #pragma once
class MyModule { class MyModule
{
public: public:
void doSomething(); void doSomething();
}; };