test-backend-ops.cpp: remove trailing whitespace

This commit is contained in:
leejet
2025-08-31 00:54:48 +08:00
parent aafa79ae03
commit 3f901e316b

View File

@@ -4044,7 +4044,7 @@ struct test_im2col_3d : public test_case {
const int d0; const int d0;
const int d1; const int d1;
const int d2; const int d2;
const int64_t IC; const int64_t IC;
std::string vars() override { std::string vars() override {
@@ -4279,7 +4279,6 @@ struct test_conv_3d : public test_case {
} }
}; };
// GGML_OP_CONCAT // GGML_OP_CONCAT
struct test_concat : public test_case { struct test_concat : public test_case {
const ggml_type type; const ggml_type type;