removed double lines

This commit is contained in:
Simon
2025-05-12 21:44:42 +02:00
parent a053ac561c
commit 4a731be0ca

View File

@@ -118,6 +118,5 @@ extern "C" int main_ap() {
assert(Core::getID() != 1);
Application{}.action();
Application{}.action();
return 0;
}