Fix EOF newlines in using multiple threads

CI goes brrrr
This commit is contained in:
Max Hilbrunner
2024-11-19 10:43:48 +01:00
parent 128d712d89
commit 7ad80b338b

View File

@@ -498,4 +498,3 @@ ready to be processed:
mutex->unlock();
return counter_value;
}