diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:18:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:18:46 +0200 |
| commit | 6a6d0be0c659c28946c70a4774966ea9169acb25 (patch) | |
| tree | 0514faa91f48765d09bbad7d400162866c7161ad /app/tests/widgets/participant_row.cpp | |
| parent | 3f5499cebc06356ed99159be3fb9676292cf7b8b (diff) | |
| download | turns-6a6d0be0c659c28946c70a4774966ea9169acb25.tar.xz turns-6a6d0be0c659c28946c70a4774966ea9169acb25.zip | |
turns: update header sorting rules and reformat code
Diffstat (limited to 'app/tests/widgets/participant_row.cpp')
| -rw-r--r-- | app/tests/widgets/participant_row.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/widgets/participant_row.cpp b/app/tests/widgets/participant_row.cpp index ebf1762..3098dbc 100644 --- a/app/tests/widgets/participant_row.cpp +++ b/app/tests/widgets/participant_row.cpp @@ -7,11 +7,11 @@ #include <catch2/catch_test_macros.hpp> #include <catch2/generators/catch_generators.hpp> +#include <gtkmm/widget.h> + #include <algorithm> #include <string> -#include <gtkmm/widget.h> - namespace turns::app::widgets::tests { |
