applies clang-format

This commit is contained in:
2024-12-18 17:36:16 +01:00
parent a0bd767bc9
commit f8f1f2f54c
4 changed files with 19 additions and 25 deletions

View File

@ -38,7 +38,7 @@ int sc_main(int argc, char* argv[]) {
result = Catch::Session().run(argc, argv);
// destroy design(s)
sc_stop();
SCCTRACE()<<"Test sequence finished";
SCCTRACE() << "Test sequence finished";
factory::get_instance().destroy();
}
return result;