mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Format with clang
This commit is contained in:
@@ -453,9 +453,9 @@ int main() {
|
||||
//
|
||||
UNITY_BEGIN();
|
||||
|
||||
run_tests(); // execute the generated tests
|
||||
run_manual_tests(); // execute some other manual tests from this file
|
||||
run_console_tests(); // execute some console tests
|
||||
run_tests(); // execute the generated tests
|
||||
run_manual_tests(); // execute some other manual tests from this file
|
||||
run_console_tests(); // execute some console tests
|
||||
run_shuntingYard_tests(); // execute the shuntingYard tests
|
||||
|
||||
return UNITY_END();
|
||||
|
||||
Reference in New Issue
Block a user