From 48ace6517b6fcfa96f06ab0a9690e553d07b529a Mon Sep 17 00:00:00 2001 From: wangshi Date: Thu, 31 Aug 2023 14:53:48 +0800 Subject: [PATCH] format gn Signed-off-by: wangshi --- graphic/vulkan/src/texture/build0009/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/vulkan/src/texture/build0009/BUILD.gn b/graphic/vulkan/src/texture/build0009/BUILD.gn index 5cb9b9e1d..f25f6866a 100644 --- a/graphic/vulkan/src/texture/build0009/BUILD.gn +++ b/graphic/vulkan/src/texture/build0009/BUILD.gn @@ -209,8 +209,8 @@ ohos_moduletest_suite("ActsTextureTestSuite0009") { sources = [ "../ActsTexture0009TestSuite.cpp", - "../texture/Texture_texel_bufferTestCase.cpp", "../texture/Texture_swizzle03TestCase.cpp", + "../texture/Texture_texel_bufferTestCase.cpp", ] include_dirs = common_include -- GitLab