diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 16:00:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 16:00:29 +0200 |
| commit | a23cda29f0acef40d883c37209389c956c14e83b (patch) | |
| tree | 8d9cb59da154da5cbe75cedbaf6b52ebc8d2eb54 /domain/tests | |
| parent | bcea0775a7a07738b3eec1b00cef618de84f3e41 (diff) | |
| download | turns-a23cda29f0acef40d883c37209389c956c14e83b.tar.xz turns-a23cda29f0acef40d883c37209389c956c14e83b.zip | |
turns: perform widespread code cleanup actions
Diffstat (limited to 'domain/tests')
| -rw-r--r-- | domain/tests/participant.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/domain/tests/participant.cpp b/domain/tests/participant.cpp index f6abef9..e9e7c46 100644 --- a/domain/tests/participant.cpp +++ b/domain/tests/participant.cpp @@ -2,10 +2,10 @@ #include <catch2/catch_test_macros.hpp> -#include <glibmm/init.h> - #include <compare> +#include <glibmm/init.h> + namespace turns::domain::tests { |
