adds missed format fix

This commit is contained in:
Eyck Jentzsch 2024-05-03 22:46:53 +02:00
parent f639576ac0
commit aff456d6f4
1 changed files with 0 additions and 1 deletions

View File

@ -63,5 +63,4 @@ int sc_main(int sc_argc, char* sc_argv[]) {
SCCINFO("sc_main") << "End Simulation.";
return sc_core::sc_report_handler::get_count(sc_core::SC_ERROR) + sc_core::sc_report_handler::get_count(sc_core::SC_WARNING);
;
} // End of 'sc_main'