mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Run clang-format
This commit is contained in:
+3
-4
@@ -1,7 +1,6 @@
|
||||
#include "tests.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
Test::RunAll();
|
||||
return 0;
|
||||
int main() {
|
||||
Test::RunAll();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user