From 804970bdea8cf7a726f5c774d012b1036f00e9f1 Mon Sep 17 00:00:00 2001 From: nihui Date: Sun, 16 Jul 2023 11:22:20 +0000 Subject: [PATCH] apply code-format changes --- tests/test_convolution_3.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_convolution_3.cpp b/tests/test_convolution_3.cpp index 5785ef3a999..0166e64ba1f 100644 --- a/tests/test_convolution_3.cpp +++ b/tests/test_convolution_3.cpp @@ -386,8 +386,7 @@ static int test_convolution_1_2() || test_convolution_int8(19, 17, 15, 32, 5, 2, 2, 0, 1) || test_convolution_int8(19, 17, 16, 32, 5, 2, 2, 0, 0) || test_convolution_int8(19, 17, 31, 32, 5, 2, 2, 0, 1) - || test_convolution_int8(19, 17, 32, 32, 5, 2, 2, 0, 0) - ; + || test_convolution_int8(19, 17, 32, 32, 5, 2, 2, 0, 0); } #endif // NCNN_INT8