diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 10:52:02 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 10:52:02 +0100 |
commit | 05a33d4793520fa84a93bc79882ef29d39cd08e5 (patch) | |
tree | 03ee36f1127e3b3c6e32734fb497db20dfe68c7a /src/test/LoopManagerTest.cpp | |
parent | f261bee32778790068d0e37ae84885dd844b3402 (diff) |
`make format`
Diffstat (limited to 'src/test/LoopManagerTest.cpp')
-rw-r--r-- | src/test/LoopManagerTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/LoopManagerTest.cpp b/src/test/LoopManagerTest.cpp index 1584fd5..df132ae 100644 --- a/src/test/LoopManagerTest.cpp +++ b/src/test/LoopManagerTest.cpp @@ -76,4 +76,3 @@ TEST_F(DISABLED_LoopManagerTest, ShutDown) { // Wait for the loop thread to finish loop_thread.join(); } - |