From 7ad80b338b3038d6938be69b39e06e303593a014 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 19 Nov 2024 10:43:48 +0100 Subject: [PATCH] Fix EOF newlines in using multiple threads CI goes brrrr --- tutorials/performance/using_multiple_threads.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/performance/using_multiple_threads.rst b/tutorials/performance/using_multiple_threads.rst index dff0c8856..b355fd49c 100644 --- a/tutorials/performance/using_multiple_threads.rst +++ b/tutorials/performance/using_multiple_threads.rst @@ -498,4 +498,3 @@ ready to be processed: mutex->unlock(); return counter_value; } -