From caec8e06feea750cc5af73b73db21d01ae980a6f Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 7 Jun 2026 09:28:33 +0100 Subject: [PATCH] clang-format updates --- test/test_to_u32string.cpp | 2 +- test/test_to_wstring.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_to_u32string.cpp b/test/test_to_u32string.cpp index 50262f31..523aa556 100644 --- a/test/test_to_u32string.cpp +++ b/test/test_to_u32string.cpp @@ -28,8 +28,8 @@ SOFTWARE. #include "unit_test_framework.h" -#include #include +#include #include "etl/format_spec.h" #include "etl/to_u32string.h" diff --git a/test/test_to_wstring.cpp b/test/test_to_wstring.cpp index 4a118d31..feb3b9cd 100644 --- a/test/test_to_wstring.cpp +++ b/test/test_to_wstring.cpp @@ -29,9 +29,9 @@ SOFTWARE. #include "unit_test_framework.h" #include +#include #include #include -#include #include "etl/format_spec.h" #include "etl/to_wstring.h"