From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/tests/gpu/test_texture_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/gpu/test_texture_manager.cc') diff --git a/src/tests/gpu/test_texture_manager.cc b/src/tests/gpu/test_texture_manager.cc index 54a1a8a..b38e69f 100644 --- a/src/tests/gpu/test_texture_manager.cc +++ b/src/tests/gpu/test_texture_manager.cc @@ -2,9 +2,9 @@ // It tests the TextureManager for procedural texture generation and management. // Tests all public methods with both success and failure cases. +#include "../common/webgpu_test_fixture.h" #include "gpu/texture_manager.h" #include "procedural/generator.h" -#include "../common/webgpu_test_fixture.h" #include #include #include -- cgit v1.2.3